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