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