#cbfef6
a pale, electric cyan · cool · closest name: ivory
RGB
203, 254, 246
HSL
171°, 96%, 90%
CMYK
20, 0, 3, 0
Luminance
0.9023
Every format
| HEX | #cbfef6 |
| RGB | rgb(203, 254, 246) |
| HSL | hsl(171, 96%, 90%) |
| CMYK | cmyk(20%, 0%, 3%, 0%) |
| LAB | lab(96.1 -17.6 -1.5) |
| LCH | lch(96.1 17.7 184.9) |
| OKLCH | oklch(0.960 0.053 184.6) |
Copy-ready code
/* CSS */
color: #cbfef6;
background-color: #cbfef6;
/* Tailwind (arbitrary) */
class="text-[#cbfef6] bg-[#cbfef6]"
/* SCSS */
$brand: #cbfef6;
/* SwiftUI */
Color(red: 0.796, green: 0.996, blue: 0.965)
/* Android */
Color.parseColor("#cbfef6")Accessibility — WCAG contrast
Aa
#cbfef6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbfef6 on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green99.6%
Blue96.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow3.1%
Key (black)0.4%
Color previews
#cbfef6 text on a black background
contrast 19.05:1
Card sample
#cbfef6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbfef6;
Background color
Panel with #cbfef6 background
background-color: #cbfef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbfef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 254, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 254, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbfef6; background: linear-gradient(135deg, #cbfef6, #CBE4FE);