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