#ceebbe
a light, vivid green · cool · closest name: beige
RGB
206, 235, 190
HSL
99°, 53%, 83%
CMYK
12, 0, 19, 8
Luminance
0.7626
Every format
| HEX | #ceebbe |
| RGB | rgb(206, 235, 190) |
| HSL | hsl(99, 53%, 83%) |
| CMYK | cmyk(12%, 0%, 19%, 8%) |
| LAB | lab(90.0 -17.5 18.7) |
| LCH | lch(90.0 25.6 133.1) |
| OKLCH | oklch(0.907 0.067 134.5) |
Copy-ready code
/* CSS */
color: #ceebbe;
background-color: #ceebbe;
/* Tailwind (arbitrary) */
class="text-[#ceebbe] bg-[#ceebbe]"
/* SCSS */
$brand: #ceebbe;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.745)
/* Android */
Color.parseColor("#ceebbe")Accessibility — WCAG contrast
Aa
#ceebbe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebbe on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue74.5%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow19.1%
Key (black)7.8%
Color previews
#ceebbe text on a black background
contrast 16.25:1
Card sample
#ceebbe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebbe;
Background color
Panel with #ceebbe background
background-color: #ceebbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebbe; background: linear-gradient(135deg, #ceebbe, #BEEBCC);