#cbfac2
a pale, electric green · cool · closest name: beige
RGB
203, 250, 194
HSL
110°, 85%, 87%
CMYK
19, 0, 22, 2
Luminance
0.8496
Every format
| HEX | #cbfac2 |
| RGB | rgb(203, 250, 194) |
| HSL | hsl(110, 85%, 87%) |
| CMYK | cmyk(19%, 0%, 22%, 2%) |
| LAB | lab(93.9 -25.2 22.1) |
| LCH | lch(93.9 33.5 138.8) |
| OKLCH | oklch(0.938 0.089 140.6) |
Copy-ready code
/* CSS */
color: #cbfac2;
background-color: #cbfac2;
/* Tailwind (arbitrary) */
class="text-[#cbfac2] bg-[#cbfac2]"
/* SCSS */
$brand: #cbfac2;
/* SwiftUI */
Color(red: 0.796, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#cbfac2")Accessibility — WCAG contrast
Aa
#cbfac2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfac2 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green98.0%
Blue76.1%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#cbfac2 text on a black background
contrast 17.99:1
Card sample
#cbfac2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfac2;
Background color
Panel with #cbfac2 background
background-color: #cbfac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfac2; background: linear-gradient(135deg, #cbfac2, #C2FADE);