#caeedb
a pale, vivid green · cool · closest name: beige
RGB
202, 238, 219
HSL
148°, 51%, 86%
CMYK
15, 0, 8, 7
Luminance
0.7882
Every format
| HEX | #caeedb |
| RGB | rgb(202, 238, 219) |
| HSL | hsl(148, 51%, 86%) |
| CMYK | cmyk(15%, 0%, 8%, 7%) |
| LAB | lab(91.2 -15.3 5.3) |
| LCH | lch(91.2 16.2 160.9) |
| OKLCH | oklch(0.918 0.045 162.4) |
Copy-ready code
/* CSS */
color: #caeedb;
background-color: #caeedb;
/* Tailwind (arbitrary) */
class="text-[#caeedb] bg-[#caeedb]"
/* SCSS */
$brand: #caeedb;
/* SwiftUI */
Color(red: 0.792, green: 0.933, blue: 0.859)
/* Android */
Color.parseColor("#caeedb")Accessibility — WCAG contrast
Aa
#caeedb on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caeedb on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green93.3%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow8.0%
Key (black)6.7%
Color previews
#caeedb text on a black background
contrast 16.76:1
Card sample
#caeedb text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caeedb;
Background color
Panel with #caeedb background
background-color: #caeedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caeedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 238, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 238, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caeedb; background: linear-gradient(135deg, #caeedb, #CAE9EE);