#cbf3ce
a pale, vivid green · cool · closest name: beige
RGB
203, 243, 206
HSL
125°, 63%, 88%
CMYK
17, 0, 15, 5
Luminance
0.8125
Every format
| HEX | #cbf3ce |
| RGB | rgb(203, 243, 206) |
| HSL | hsl(125, 63%, 88%) |
| CMYK | cmyk(17%, 0%, 15%, 5%) |
| LAB | lab(92.2 -19.8 13.6) |
| LCH | lch(92.2 24.0 145.5) |
| OKLCH | oklch(0.926 0.065 147.1) |
Copy-ready code
/* CSS */
color: #cbf3ce;
background-color: #cbf3ce;
/* Tailwind (arbitrary) */
class="text-[#cbf3ce] bg-[#cbf3ce]"
/* SCSS */
$brand: #cbf3ce;
/* SwiftUI */
Color(red: 0.796, green: 0.953, blue: 0.808)
/* Android */
Color.parseColor("#cbf3ce")Accessibility — WCAG contrast
Aa
#cbf3ce on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf3ce on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.3%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta0.0%
Yellow15.2%
Key (black)4.7%
Color previews
#cbf3ce text on a black background
contrast 17.25:1
Card sample
#cbf3ce text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf3ce;
Background color
Panel with #cbf3ce background
background-color: #cbf3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 243, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 243, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf3ce; background: linear-gradient(135deg, #cbf3ce, #CBF3E9);