#ceecba
a light, vivid green · cool · closest name: beige
RGB
206, 236, 186
HSL
96°, 57%, 83%
CMYK
13, 0, 21, 8
Luminance
0.7666
Every format
| HEX | #ceecba |
| RGB | rgb(206, 236, 186) |
| HSL | hsl(96, 57%, 83%) |
| CMYK | cmyk(13%, 0%, 21%, 8%) |
| LAB | lab(90.2 -18.6 21.1) |
| LCH | lch(90.2 28.1 131.5) |
| OKLCH | oklch(0.908 0.074 133.0) |
Copy-ready code
/* CSS */
color: #ceecba;
background-color: #ceecba;
/* Tailwind (arbitrary) */
class="text-[#ceecba] bg-[#ceecba]"
/* SCSS */
$brand: #ceecba;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#ceecba")Accessibility — WCAG contrast
Aa
#ceecba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceecba on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue72.9%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#ceecba text on a black background
contrast 16.33:1
Card sample
#ceecba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceecba;
Background color
Panel with #ceecba background
background-color: #ceecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceecba; background: linear-gradient(135deg, #ceecba, #BAECC7);