#ceeedb
a pale, vivid green · cool · closest name: beige
RGB
206, 238, 219
HSL
144°, 49%, 87%
CMYK
13, 0, 8, 7
Luminance
0.7939
Every format
| HEX | #ceeedb |
| RGB | rgb(206, 238, 219) |
| HSL | hsl(144, 49%, 87%) |
| CMYK | cmyk(13%, 0%, 8%, 7%) |
| LAB | lab(91.4 -14.0 5.7) |
| LCH | lch(91.4 15.1 157.8) |
| OKLCH | oklch(0.921 0.042 159.4) |
Copy-ready code
/* CSS */
color: #ceeedb;
background-color: #ceeedb;
/* Tailwind (arbitrary) */
class="text-[#ceeedb] bg-[#ceeedb]"
/* SCSS */
$brand: #ceeedb;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.859)
/* Android */
Color.parseColor("#ceeedb")Accessibility — WCAG contrast
Aa
#ceeedb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeedb on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue85.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow8.0%
Key (black)6.7%
Color previews
#ceeedb text on a black background
contrast 16.88:1
Card sample
#ceeedb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeedb;
Background color
Panel with #ceeedb background
background-color: #ceeedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeedb; background: linear-gradient(135deg, #ceeedb, #CEECEE);