#cbf6c2
a pale, vivid green · cool · closest name: beige
RGB
203, 246, 194
HSL
110°, 74%, 86%
CMYK
18, 0, 21, 4
Luminance
0.8250
Every format
| HEX | #cbf6c2 |
| RGB | rgb(203, 246, 194) |
| HSL | hsl(110, 74%, 86%) |
| CMYK | cmyk(18%, 0%, 21%, 4%) |
| LAB | lab(92.8 -23.3 20.6) |
| LCH | lch(92.8 31.0 138.5) |
| OKLCH | oklch(0.930 0.082 140.2) |
Copy-ready code
/* CSS */
color: #cbf6c2;
background-color: #cbf6c2;
/* Tailwind (arbitrary) */
class="text-[#cbf6c2] bg-[#cbf6c2]"
/* SCSS */
$brand: #cbf6c2;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.761)
/* Android */
Color.parseColor("#cbf6c2")Accessibility — WCAG contrast
Aa
#cbf6c2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6c2 on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue76.1%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow21.1%
Key (black)3.5%
Color previews
#cbf6c2 text on a black background
contrast 17.50:1
Card sample
#cbf6c2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6c2;
Background color
Panel with #cbf6c2 background
background-color: #cbf6c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6c2; background: linear-gradient(135deg, #cbf6c2, #C2F6DC);