#cefcd7
a pale, electric green · cool · closest name: beige
RGB
206, 252, 215
HSL
132°, 89%, 90%
CMYK
18, 0, 15, 1
Luminance
0.8765
Every format
| HEX | #cefcd7 |
| RGB | rgb(206, 252, 215) |
| HSL | hsl(132, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 15%, 1%) |
| LAB | lab(95.0 -21.6 12.9) |
| LCH | lch(95.0 25.2 149.1) |
| OKLCH | oklch(0.949 0.068 150.7) |
Copy-ready code
/* CSS */
color: #cefcd7;
background-color: #cefcd7;
/* Tailwind (arbitrary) */
class="text-[#cefcd7] bg-[#cefcd7]"
/* SCSS */
$brand: #cefcd7;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.843)
/* Android */
Color.parseColor("#cefcd7")Accessibility — WCAG contrast
Aa
#cefcd7 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcd7 on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue84.3%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow14.7%
Key (black)1.2%
Color previews
#cefcd7 text on a black background
contrast 18.53:1
Card sample
#cefcd7 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcd7;
Background color
Panel with #cefcd7 background
background-color: #cefcd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcd7; background: linear-gradient(135deg, #cefcd7, #CEFCF6);