#ceebcf
a pale, soft green · cool · closest name: beige
RGB
206, 235, 207
HSL
122°, 42%, 87%
CMYK
12, 0, 12, 8
Luminance
0.7704
Every format
| HEX | #ceebcf |
| RGB | rgb(206, 235, 207) |
| HSL | hsl(122, 42%, 87%) |
| CMYK | cmyk(12%, 0%, 12%, 8%) |
| LAB | lab(90.3 -14.7 10.4) |
| LCH | lch(90.3 18.0 144.6) |
| OKLCH | oklch(0.911 0.049 146.1) |
Copy-ready code
/* CSS */
color: #ceebcf;
background-color: #ceebcf;
/* Tailwind (arbitrary) */
class="text-[#ceebcf] bg-[#ceebcf]"
/* SCSS */
$brand: #ceebcf;
/* SwiftUI */
Color(red: 0.808, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#ceebcf")Accessibility — WCAG contrast
Aa
#ceebcf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceebcf on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.2%
Blue81.2%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#ceebcf text on a black background
contrast 16.41:1
Card sample
#ceebcf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceebcf;
Background color
Panel with #ceebcf background
background-color: #ceebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceebcf; background: linear-gradient(135deg, #ceebcf, #CEEBE2);