#ceffee
a pale, electric green · cool · closest name: ivory
RGB
206, 255, 238
HSL
159°, 100%, 90%
CMYK
19, 0, 7, 0
Luminance
0.9081
Every format
| HEX | #ceffee |
| RGB | rgb(206, 255, 238) |
| HSL | hsl(159, 100%, 90%) |
| CMYK | cmyk(19%, 0%, 7%, 0%) |
| LAB | lab(96.3 -18.8 3.0) |
| LCH | lch(96.3 19.1 171.0) |
| OKLCH | oklch(0.961 0.055 172.0) |
Copy-ready code
/* CSS */
color: #ceffee;
background-color: #ceffee;
/* Tailwind (arbitrary) */
class="text-[#ceffee] bg-[#ceffee]"
/* SCSS */
$brand: #ceffee;
/* SwiftUI */
Color(red: 0.808, green: 1.000, blue: 0.933)
/* Android */
Color.parseColor("#ceffee")Accessibility — WCAG contrast
Aa
#ceffee on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceffee on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green100.0%
Blue93.3%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow6.7%
Key (black)0.0%
Color previews
#ceffee text on a black background
contrast 19.16:1
Card sample
#ceffee text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceffee;
Background color
Panel with #ceffee background
background-color: #ceffee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceffee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 255, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 255, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceffee; background: linear-gradient(135deg, #ceffee, #CEEFFF);