#cefcd3
a pale, electric green · cool · closest name: beige
RGB
206, 252, 211
HSL
127°, 89%, 90%
CMYK
18, 0, 16, 1
Luminance
0.8745
Every format
| HEX | #cefcd3 |
| RGB | rgb(206, 252, 211) |
| HSL | hsl(127, 89%, 90%) |
| CMYK | cmyk(18%, 0%, 16%, 1%) |
| LAB | lab(94.9 -22.3 14.9) |
| LCH | lch(94.9 26.8 146.3) |
| OKLCH | oklch(0.948 0.072 148.0) |
Copy-ready code
/* CSS */
color: #cefcd3;
background-color: #cefcd3;
/* Tailwind (arbitrary) */
class="text-[#cefcd3] bg-[#cefcd3]"
/* SCSS */
$brand: #cefcd3;
/* SwiftUI */
Color(red: 0.808, green: 0.988, blue: 0.827)
/* Android */
Color.parseColor("#cefcd3")Accessibility — WCAG contrast
Aa
#cefcd3 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cefcd3 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green98.8%
Blue82.7%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow16.3%
Key (black)1.2%
Color previews
#cefcd3 text on a black background
contrast 18.49:1
Card sample
#cefcd3 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cefcd3;
Background color
Panel with #cefcd3 background
background-color: #cefcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cefcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 252, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 252, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cefcd3; background: linear-gradient(135deg, #cefcd3, #CEFCF2);