#ceebbc
a light, vivid green · cool · closest name: beige
RGB
206, 235, 188
HSL
97°, 54%, 83%
CMYK
12, 0, 20, 8
Luminance
0.7617
Every format
| HEX | #ceebbc |
| RGB | rgb(206, 235, 188) |
| HSL | hsl(97, 54%, 83%) |
| CMYK | cmyk(12%, 0%, 20%, 8%) |
| LAB | lab(89.9 -17.8 19.7) |
| LCH | lch(89.9 26.6 132.2) |
| OKLCH | oklch(0.907 0.070 133.6) |
Copy-ready code
/* CSS */
color: #ceebbc;
background-color: #ceebbc;
/* Tailwind (arbitrary) */
class="text-[#ceebbc] bg-[#ceebbc]"
/* SCSS */
$brand: #ceebbc;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#ceebbc")Accessibility — WCAG contrast
Aa
#ceebbc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebbc on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue73.7%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#ceebbc text on a black background
contrast 16.23:1
Card sample
#ceebbc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebbc;
Background color
Panel with #ceebbc background
background-color: #ceebbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebbc; background: linear-gradient(135deg, #ceebbc, #BCEBC9);