#cffeef
a pale, electric cyan · cool · closest name: ivory
RGB
207, 254, 239
HSL
161°, 96%, 90%
CMYK
19, 0, 6, 0
Luminance
0.9038
Every format
| HEX | #cffeef |
| RGB | rgb(207, 254, 239) |
| HSL | hsl(161, 96%, 90%) |
| CMYK | cmyk(19%, 0%, 6%, 0%) |
| LAB | lab(96.2 -17.8 2.2) |
| LCH | lch(96.2 18.0 172.9) |
| OKLCH | oklch(0.960 0.052 173.8) |
Copy-ready code
/* CSS */
color: #cffeef;
background-color: #cffeef;
/* Tailwind (arbitrary) */
class="text-[#cffeef] bg-[#cffeef]"
/* SCSS */
$brand: #cffeef;
/* SwiftUI */
Color(red: 0.812, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#cffeef")Accessibility — WCAG contrast
Aa
#cffeef on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffeef on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green99.6%
Blue93.7%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#cffeef text on a black background
contrast 19.08:1
Card sample
#cffeef text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffeef;
Background color
Panel with #cffeef background
background-color: #cffeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffeef; background: linear-gradient(135deg, #cffeef, #CFEEFE);