#ceeccb
a pale, vivid green · cool · closest name: beige
RGB
206, 236, 203
HSL
115°, 47%, 86%
CMYK
13, 0, 14, 8
Luminance
0.7742
Every format
| HEX | #ceeccb |
| RGB | rgb(206, 236, 203) |
| HSL | hsl(115, 47%, 86%) |
| CMYK | cmyk(13%, 0%, 14%, 8%) |
| LAB | lab(90.5 -15.8 12.7) |
| LCH | lch(90.5 20.3 141.2) |
| OKLCH | oklch(0.912 0.054 142.6) |
Copy-ready code
/* CSS */
color: #ceeccb;
background-color: #ceeccb;
/* Tailwind (arbitrary) */
class="text-[#ceeccb] bg-[#ceeccb]"
/* SCSS */
$brand: #ceeccb;
/* SwiftUI */
Color(red: 0.808, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#ceeccb")Accessibility — WCAG contrast
Aa
#ceeccb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeccb on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green92.5%
Blue79.6%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#ceeccb text on a black background
contrast 16.48:1
Card sample
#ceeccb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeccb;
Background color
Panel with #ceeccb background
background-color: #ceeccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeccb; background: linear-gradient(135deg, #ceeccb, #CBECDE);