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