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