#CBFFC0 color codes
- HEX
- #CBFFC0
- HEX8
- #CBFFC0FF
- HEX8 (Android)
- #FFCBFFC0
- RGB
- rgb(203, 255, 192)
- RGB (%)
- 80%, 100%, 75%
- HSL
- hsl(110, 100%, 88%)
- HSV / HSB
- hsv(110, 25%, 100%)
- CMYK
- cmyk(20%, 0%, 25%, 0%)
- OKLCH
- oklch(0.9484 0.0987 140.16)
- OKLCH (%)
- oklch(94.84% 0.0987 140.16)
- Decimal
- 13369280
What color is #CBFFC0?
#CBFFC0 sits at 95% lightness and 0.0987 chroma in OKLCH, hue 140.16°. Its nearest named color is PaleGreen.
Shades and tints of #CBFFC0
Tints
Shades
Tones
#CBFFC0 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #CBFFC0 in CSS
.text { color: #CBFFC0; }
.background { background-color: #CBFFC0; }
.border { border: 2px solid #CBFFC0; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9484 0.0987 140.16); }
/* #CBFFC0 at 50% transparency */
.overlay { background-color: #CBFFC080; }Is #CBFFC0 accessible?
#CBFFC0 on white text scores 1.13:1; on black text it scores 18.60:1. Black text passes WCAG AAA on #CBFFC0. Recommended text color on a #CBFFC0 background: black.
A 18.6:1 vs black
A 1.13:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#CBFFC0) → black APCA Lc experimental 97.8 Lc · body text — preferred (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Green #008000. See more in the green family on the colors hub.
Frequently asked questions
- What color is #CBFFC0?
- #CBFFC0 is closest to PaleGreen. In RGB it is rgb(203, 255, 192), and in HSL hsl(110, 100%, 88%).
- What is #CBFFC0 in RGB?
- #CBFFC0 converts to rgb(203, 255, 192) — red 203, green 255, blue 192.
- What text color is readable on #CBFFC0?
- Black text — it has the higher contrast ratio (18.60:1) against #CBFFC0. Black text passes WCAG AAA on #CBFFC0.