#cefcdb
a pale, electric green · cool · closest name: beige
RGB
206, 252, 219
HSL
137°, 89%, 90%
CMYK
18, 0, 13, 1
Luminance
0.8786
Every format
| HEX | #cefcdb |
| RGB | rgb(206, 252, 219) |
| HSL | hsl(137, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 13%, 1%) |
| LAB | lab(95.1 -20.9 11.0) |
| LCH | lch(95.1 23.6 152.2) |
| OKLCH | oklch(0.950 0.065 153.8) |
Copy-ready code
/* CSS */
color: #cefcdb;
background-color: #cefcdb;
/* Tailwind (arbitrary) */
class="text-[#cefcdb] bg-[#cefcdb]"
/* SCSS */
$brand: #cefcdb;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#cefcdb")Accessibility — WCAG contrast
Aa
#cefcdb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcdb on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue85.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#cefcdb text on a black background
contrast 18.57:1
Card sample
#cefcdb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcdb;
Background color
Panel with #cefcdb background
background-color: #cefcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcdb; background: linear-gradient(135deg, #cefcdb, #CEFCFA);