#cbf6cd
a pale, vivid green · cool · closest name: beige
RGB
203, 246, 205
HSL
123°, 71%, 88%
CMYK
18, 0, 17, 4
Luminance
0.8302
Every format
| HEX | #cbf6cd |
| RGB | rgb(203, 246, 205) |
| HSL | hsl(123, 71%, 88%) |
| CMYK | cmyk(18%, 0%, 17%, 4%) |
| LAB | lab(93.0 -21.4 15.2) |
| LCH | lch(93.0 26.3 144.6) |
| OKLCH | oklch(0.932 0.071 146.2) |
Copy-ready code
/* CSS */
color: #cbf6cd;
background-color: #cbf6cd;
/* Tailwind (arbitrary) */
class="text-[#cbf6cd] bg-[#cbf6cd]"
/* SCSS */
$brand: #cbf6cd;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.804)
/* Android */
Color.parseColor("#cbf6cd")Accessibility — WCAG contrast
Aa
#cbf6cd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6cd on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue80.4%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow16.7%
Key (black)3.5%
Color previews
#cbf6cd text on a black background
contrast 17.60:1
Card sample
#cbf6cd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6cd;
Background color
Panel with #cbf6cd background
background-color: #cbf6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6cd; background: linear-gradient(135deg, #cbf6cd, #CBF6EA);