#cefada
a pale, electric green · cool · closest name: beige
RGB
206, 250, 218
HSL
136°, 82%, 89%
CMYK
18, 0, 13, 2
Luminance
0.8655
Every format
| HEX | #cefada |
| RGB | rgb(206, 250, 218) |
| HSL | hsl(136, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 13%, 2%) |
| LAB | lab(94.5 -20.1 10.7) |
| LCH | lch(94.5 22.8 151.9) |
| OKLCH | oklch(0.946 0.062 153.5) |
Copy-ready code
/* CSS */
color: #cefada;
background-color: #cefada;
/* Tailwind (arbitrary) */
class="text-[#cefada] bg-[#cefada]"
/* SCSS */
$brand: #cefada;
/* SwiftUI */
Color(red: 0.808, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#cefada")Accessibility — WCAG contrast
Aa
#cefada on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefada on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.0%
Blue85.5%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#cefada text on a black background
contrast 18.31:1
Card sample
#cefada text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefada;
Background color
Panel with #cefada background
background-color: #cefada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefada; background: linear-gradient(135deg, #cefada, #CEFAF7);