#cbf0ce
a pale, vivid green · cool · closest name: beige
RGB
203, 240, 206
HSL
125°, 55%, 87%
CMYK
15, 0, 14, 6
Luminance
0.7947
Every format
| HEX | #cbf0ce |
| RGB | rgb(203, 240, 206) |
| HSL | hsl(125, 55%, 87%) |
| CMYK | cmyk(15%, 0%, 14%, 6%) |
| LAB | lab(91.5 -18.3 12.5) |
| LCH | lch(91.5 22.2 145.7) |
| OKLCH | oklch(0.920 0.060 147.3) |
Copy-ready code
/* CSS */
color: #cbf0ce;
background-color: #cbf0ce;
/* Tailwind (arbitrary) */
class="text-[#cbf0ce] bg-[#cbf0ce]"
/* SCSS */
$brand: #cbf0ce;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.808)
/* Android */
Color.parseColor("#cbf0ce")Accessibility — WCAG contrast
Aa
#cbf0ce on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf0ce on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue80.8%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow14.2%
Key (black)5.9%
Color previews
#cbf0ce text on a black background
contrast 16.89:1
Card sample
#cbf0ce text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf0ce;
Background color
Panel with #cbf0ce background
background-color: #cbf0ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf0ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf0ce; background: linear-gradient(135deg, #cbf0ce, #CBF0E7);