#cef3cc
a pale, vivid green · cool · closest name: beige
RGB
206, 243, 204
HSL
117°, 62%, 88%
CMYK
15, 0, 16, 5
Luminance
0.8158
Every format
| HEX | #cef3cc |
| RGB | rgb(206, 243, 204) |
| HSL | hsl(117, 62%, 88%) |
| CMYK | cmyk(15%, 0%, 16%, 5%) |
| LAB | lab(92.4 -19.1 14.9) |
| LCH | lch(92.4 24.2 142.1) |
| OKLCH | oklch(0.927 0.065 143.7) |
Copy-ready code
/* CSS */
color: #cef3cc;
background-color: #cef3cc;
/* Tailwind (arbitrary) */
class="text-[#cef3cc] bg-[#cef3cc]"
/* SCSS */
$brand: #cef3cc;
/* SwiftUI */
Color(red: 0.808, green: 0.953, blue: 0.800)
/* Android */
Color.parseColor("#cef3cc")Accessibility — WCAG contrast
Aa
#cef3cc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cef3cc on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green95.3%
Blue80.0%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow16.0%
Key (black)4.7%
Color previews
#cef3cc text on a black background
contrast 17.32:1
Card sample
#cef3cc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cef3cc;
Background color
Panel with #cef3cc background
background-color: #cef3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cef3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 243, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 243, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cef3cc; background: linear-gradient(135deg, #cef3cc, #CCF3E4);