#cbf0df
a pale, vivid green · cool · closest name: beige
RGB
203, 240, 223
HSL
152°, 55%, 87%
CMYK
15, 0, 7, 6
Luminance
0.8034
Every format
| HEX | #cbf0df |
| RGB | rgb(203, 240, 223) |
| HSL | hsl(152, 55%, 87%) |
| CMYK | cmyk(15%, 0%, 7%, 6%) |
| LAB | lab(91.8 -15.2 4.2) |
| LCH | lch(91.8 15.8 164.5) |
| OKLCH | oklch(0.924 0.045 165.9) |
Copy-ready code
/* CSS */
color: #cbf0df;
background-color: #cbf0df;
/* Tailwind (arbitrary) */
class="text-[#cbf0df] bg-[#cbf0df]"
/* SCSS */
$brand: #cbf0df;
/* SwiftUI */
Color(red: 0.796, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#cbf0df")Accessibility — WCAG contrast
Aa
#cbf0df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf0df on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green94.1%
Blue87.5%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow7.1%
Key (black)5.9%
Color previews
#cbf0df text on a black background
contrast 17.07:1
Card sample
#cbf0df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf0df;
Background color
Panel with #cbf0df background
background-color: #cbf0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf0df; background: linear-gradient(135deg, #cbf0df, #CBE8F0);