#cafeee
a pale, electric cyan · cool · closest name: ivory
RGB
202, 254, 238
HSL
162°, 96%, 89%
CMYK
21, 0, 6, 0
Luminance
0.8961
Every format
| HEX | #cafeee |
| RGB | rgb(202, 254, 238) |
| HSL | hsl(162, 96%, 89%) |
| CMYK | cmyk(21%, 0%, 6%, 0%) |
| LAB | lab(95.8 -19.5 2.2) |
| LCH | lch(95.8 19.7 173.5) |
| OKLCH | oklch(0.957 0.057 174.3) |
Copy-ready code
/* CSS */
color: #cafeee;
background-color: #cafeee;
/* Tailwind (arbitrary) */
class="text-[#cafeee] bg-[#cafeee]"
/* SCSS */
$brand: #cafeee;
/* SwiftUI */
Color(red: 0.792, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#cafeee")Accessibility — WCAG contrast
Aa
#cafeee on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cafeee on black: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green99.6%
Blue93.3%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#cafeee text on a black background
contrast 18.92:1
Card sample
#cafeee text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cafeee;
Background color
Panel with #cafeee background
background-color: #cafeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cafeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cafeee; background: linear-gradient(135deg, #cafeee, #CAEBFE);