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