#cbf4df
a pale, vivid green · cool · closest name: beige
RGB
203, 244, 223
HSL
149°, 65%, 88%
CMYK
17, 0, 9, 4
Luminance
0.8273
Every format
| HEX | #cbf4df |
| RGB | rgb(203, 244, 223) |
| HSL | hsl(149, 65%, 88%) |
| CMYK | cmyk(17%, 0%, 9%, 4%) |
| LAB | lab(92.9 -17.2 5.7) |
| LCH | lch(92.9 18.1 161.5) |
| OKLCH | oklch(0.932 0.051 163.0) |
Copy-ready code
/* CSS */
color: #cbf4df;
background-color: #cbf4df;
/* Tailwind (arbitrary) */
class="text-[#cbf4df] bg-[#cbf4df]"
/* SCSS */
$brand: #cbf4df;
/* SwiftUI */
Color(red: 0.796, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#cbf4df")Accessibility — WCAG contrast
Aa
#cbf4df on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf4df on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green95.7%
Blue87.5%
CMYK percentages
Cyan16.8%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#cbf4df text on a black background
contrast 17.55:1
Card sample
#cbf4df text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf4df;
Background color
Panel with #cbf4df background
background-color: #cbf4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf4df; background: linear-gradient(135deg, #cbf4df, #CBEEF4);