#cef3cf
a pale, vivid green · cool · closest name: beige
RGB
206, 243, 207
HSL
122°, 61%, 88%
CMYK
15, 0, 15, 5
Luminance
0.8173
Every format
| HEX | #cef3cf |
| RGB | rgb(206, 243, 207) |
| HSL | hsl(122, 61%, 88%) |
| CMYK | cmyk(15%, 0%, 15%, 5%) |
| LAB | lab(92.5 -18.6 13.4) |
| LCH | lch(92.5 22.9 144.2) |
| OKLCH | oklch(0.928 0.062 145.8) |
Copy-ready code
/* CSS */
color: #cef3cf;
background-color: #cef3cf;
/* Tailwind (arbitrary) */
class="text-[#cef3cf] bg-[#cef3cf]"
/* SCSS */
$brand: #cef3cf;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.812)
/* Android */
Color.parseColor("#cef3cf")Accessibility — WCAG contrast
Aa
#cef3cf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3cf on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue81.2%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow14.8%
Key (black)4.7%
Color previews
#cef3cf text on a black background
contrast 17.35:1
Card sample
#cef3cf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3cf;
Background color
Panel with #cef3cf background
background-color: #cef3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3cf; background: linear-gradient(135deg, #cef3cf, #CEF3E8);