#cbf8c2
a pale, electric green · cool · closest name: beige
RGB
203, 248, 194
HSL
110°, 79%, 87%
CMYK
18, 0, 22, 3
Luminance
0.8373
Every format
| HEX | #cbf8c2 |
| RGB | rgb(203, 248, 194) |
| HSL | hsl(110, 79%, 87%) |
| CMYK | cmyk(18%, 0%, 22%, 3%) |
| LAB | lab(93.3 -24.2 21.3) |
| LCH | lch(93.3 32.3 138.6) |
| OKLCH | oklch(0.934 0.086 140.4) |
Copy-ready code
/* CSS */
color: #cbf8c2;
background-color: #cbf8c2;
/* Tailwind (arbitrary) */
class="text-[#cbf8c2] bg-[#cbf8c2]"
/* SCSS */
$brand: #cbf8c2;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.761)
/* Android */
Color.parseColor("#cbf8c2")Accessibility — WCAG contrast
Aa
#cbf8c2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf8c2 on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green97.3%
Blue76.1%
CMYK percentages
Cyan18.1%
Magenta0.0%
Yellow21.8%
Key (black)2.7%
Color previews
#cbf8c2 text on a black background
contrast 17.75:1
Card sample
#cbf8c2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf8c2;
Background color
Panel with #cbf8c2 background
background-color: #cbf8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 248, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf8c2; background: linear-gradient(135deg, #cbf8c2, #C2F8DD);