#cbfff0
a pale, electric cyan · cool · closest name: ivory
RGB
203, 255, 240
HSL
163°, 100%, 90%
CMYK
20, 0, 6, 0
Luminance
0.9051
Every format
| HEX | #cbfff0 |
| RGB | rgb(203, 255, 240) |
| HSL | hsl(163, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 6%, 0%) |
| LAB | lab(96.2 -19.3 1.8) |
| LCH | lch(96.2 19.4 174.8) |
| OKLCH | oklch(0.960 0.056 175.6) |
Copy-ready code
/* CSS */
color: #cbfff0;
background-color: #cbfff0;
/* Tailwind (arbitrary) */
class="text-[#cbfff0] bg-[#cbfff0]"
/* SCSS */
$brand: #cbfff0;
/* SwiftUI */
Color(red: 0.796, green: 1.000, blue: 0.941)
/* Android */
Color.parseColor("#cbfff0")Accessibility — WCAG contrast
Aa
#cbfff0 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfff0 on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green100.0%
Blue94.1%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow5.9%
Key (black)0.0%
Color previews
#cbfff0 text on a black background
contrast 19.10:1
Card sample
#cbfff0 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfff0;
Background color
Panel with #cbfff0 background
background-color: #cbfff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 255, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 255, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfff0; background: linear-gradient(135deg, #cbfff0, #CBEBFF);