#cbfef9
a pale, electric cyan · cool · closest name: white
RGB
203, 254, 249
HSL
174°, 96%, 90%
CMYK
20, 0, 2, 0
Luminance
0.9042
Every format
| HEX | #cbfef9 |
| RGB | rgb(203, 254, 249) |
| HSL | hsl(174, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 2%, 0%) |
| LAB | lab(96.2 -17.1 -2.9) |
| LCH | lch(96.2 17.3 189.8) |
| OKLCH | oklch(0.961 0.052 188.9) |
Copy-ready code
/* CSS */
color: #cbfef9;
background-color: #cbfef9;
/* Tailwind (arbitrary) */
class="text-[#cbfef9] bg-[#cbfef9]"
/* SCSS */
$brand: #cbfef9;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.976)
/* Android */
Color.parseColor("#cbfef9")Accessibility — WCAG contrast
Aa
#cbfef9 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfef9 on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue97.6%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow2.0%
Key (black)0.4%
Color previews
#cbfef9 text on a black background
contrast 19.08:1
Card sample
#cbfef9 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfef9;
Background color
Panel with #cbfef9 background
background-color: #cbfef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfef9; background: linear-gradient(135deg, #cbfef9, #CBE1FE);