#cbf6df
a pale, vivid green · cool · closest name: beige
RGB
203, 246, 223
HSL
148°, 71%, 88%
CMYK
18, 0, 9, 4
Luminance
0.8394
Every format
| HEX | #cbf6df |
| RGB | rgb(203, 246, 223) |
| HSL | hsl(148, 71%, 88%) |
| CMYK | cmyk(18%, 0%, 9%, 4%) |
| LAB | lab(93.4 -18.2 6.5) |
| LCH | lch(93.4 19.3 160.3) |
| OKLCH | oklch(0.937 0.054 161.8) |
Copy-ready code
/* CSS */
color: #cbf6df;
background-color: #cbf6df;
/* Tailwind (arbitrary) */
class="text-[#cbf6df] bg-[#cbf6df]"
/* SCSS */
$brand: #cbf6df;
/* SwiftUI */
Color(red: 0.796, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#cbf6df")Accessibility — WCAG contrast
Aa
#cbf6df on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbf6df on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green96.5%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#cbf6df text on a black background
contrast 17.79:1
Card sample
#cbf6df text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbf6df;
Background color
Panel with #cbf6df background
background-color: #cbf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbf6df; background: linear-gradient(135deg, #cbf6df, #CBF0F6);