#cefdbf
a pale, electric green · cool · closest name: aquamarine
RGB
206, 253, 191
HSL
106°, 94%, 87%
CMYK
19, 0, 25, 1
Luminance
0.8713
Every format
| HEX | #cefdbf |
| RGB | rgb(206, 253, 191) |
| HSL | hsl(106, 94%, 87%) |
| CMYK | cmyk(19%, 0%, 25%, 1%) |
| LAB | lab(94.8 -26.1 24.9) |
| LCH | lch(94.8 36.0 136.3) |
| OKLCH | oklch(0.946 0.095 138.2) |
Copy-ready code
/* CSS */
color: #cefdbf;
background-color: #cefdbf;
/* Tailwind (arbitrary) */
class="text-[#cefdbf] bg-[#cefdbf]"
/* SCSS */
$brand: #cefdbf;
/* SwiftUI */
Color(red: 0.808, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#cefdbf")Accessibility — WCAG contrast
Aa
#cefdbf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefdbf on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green99.2%
Blue74.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#cefdbf text on a black background
contrast 18.43:1
Card sample
#cefdbf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefdbf;
Background color
Panel with #cefdbf background
background-color: #cefdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefdbf; background: linear-gradient(135deg, #cefdbf, #BFFDD9);