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