#ceefc3
a pale, vivid green · cool · closest name: beige
RGB
206, 239, 195
HSL
105°, 58%, 85%
CMYK
14, 0, 18, 6
Luminance
0.7879
Every format
| HEX | #ceefc3 |
| RGB | rgb(206, 239, 195) |
| HSL | hsl(105, 58%, 85%) |
| CMYK | cmyk(14%, 0%, 18%, 6%) |
| LAB | lab(91.1 -18.7 17.8) |
| LCH | lch(91.1 25.8 136.4) |
| OKLCH | oklch(0.917 0.068 137.9) |
Copy-ready code
/* CSS */
color: #ceefc3;
background-color: #ceefc3;
/* Tailwind (arbitrary) */
class="text-[#ceefc3] bg-[#ceefc3]"
/* SCSS */
$brand: #ceefc3;
/* SwiftUI */
Color(red: 0.808, green: 0.937, blue: 0.765)
/* Android */
Color.parseColor("#ceefc3")Accessibility — WCAG contrast
Aa
#ceefc3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceefc3 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.7%
Blue76.5%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow18.4%
Key (black)6.3%
Color previews
#ceefc3 text on a black background
contrast 16.76:1
Card sample
#ceefc3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceefc3;
Background color
Panel with #ceefc3 background
background-color: #ceefc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceefc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 239, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 239, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceefc3; background: linear-gradient(135deg, #ceefc3, #C3EFD5);