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