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