#ceecce
a pale, soft green · cool · closest name: beige
RGB
206, 236, 206
HSL
120°, 44%, 87%
CMYK
13, 0, 13, 8
Luminance
0.7757
Every format
| HEX | #ceecce |
| RGB | rgb(206, 236, 206) |
| HSL | hsl(120, 44%, 87%) |
| CMYK | cmyk(13%, 0%, 13%, 8%) |
| LAB | lab(90.6 -15.3 11.3) |
| LCH | lch(90.6 19.0 143.7) |
| OKLCH | oklch(0.913 0.051 145.1) |
Copy-ready code
/* CSS */
color: #ceecce;
background-color: #ceecce;
/* Tailwind (arbitrary) */
class="text-[#ceecce] bg-[#ceecce]"
/* SCSS */
$brand: #ceecce;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#ceecce")Accessibility — WCAG contrast
Aa
#ceecce on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecce on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue80.8%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#ceecce text on a black background
contrast 16.51:1
Card sample
#ceecce text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecce;
Background color
Panel with #ceecce background
background-color: #ceecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecce; background: linear-gradient(135deg, #ceecce, #CEECE2);