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