#cef3da
a pale, vivid green · cool · closest name: beige
RGB
206, 243, 218
HSL
140°, 61%, 88%
CMYK
15, 0, 10, 5
Luminance
0.8228
Every format
| HEX | #cef3da |
| RGB | rgb(206, 243, 218) |
| HSL | hsl(140, 61%, 88%) |
| CMYK | cmyk(15%, 0%, 10%, 5%) |
| LAB | lab(92.7 -16.7 8.1) |
| LCH | lch(92.7 18.5 154.1) |
| OKLCH | oklch(0.931 0.051 155.7) |
Copy-ready code
/* CSS */
color: #cef3da;
background-color: #cef3da;
/* Tailwind (arbitrary) */
class="text-[#cef3da] bg-[#cef3da]"
/* SCSS */
$brand: #cef3da;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.855)
/* Android */
Color.parseColor("#cef3da")Accessibility — WCAG contrast
Aa
#cef3da on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3da on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue85.5%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow10.3%
Key (black)4.7%
Color previews
#cef3da text on a black background
contrast 17.46:1
Card sample
#cef3da text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3da;
Background color
Panel with #cef3da background
background-color: #cef3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3da; background: linear-gradient(135deg, #cef3da, #CEF3F3);