#c8ebdb
a pale, vivid green · cool · closest name: beige
RGB
200, 235, 219
HSL
153°, 47%, 85%
CMYK
15, 0, 7, 8
Luminance
0.7681
Every format
| HEX | #c8ebdb |
| RGB | rgb(200, 235, 219) |
| HSL | hsl(153, 47%, 85%) |
| CMYK | cmyk(15%, 0%, 7%, 8%) |
| LAB | lab(90.2 -14.4 4.0) |
| LCH | lch(90.2 15.0 164.7) |
| OKLCH | oklch(0.910 0.043 166.1) |
Copy-ready code
/* CSS */
color: #c8ebdb;
background-color: #c8ebdb;
/* Tailwind (arbitrary) */
class="text-[#c8ebdb] bg-[#c8ebdb]"
/* SCSS */
$brand: #c8ebdb;
/* SwiftUI */
Color(red: 0.784, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#c8ebdb")Accessibility — WCAG contrast
Aa
#c8ebdb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ebdb on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green92.2%
Blue85.9%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#c8ebdb text on a black background
contrast 16.36:1
Card sample
#c8ebdb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ebdb;
Background color
Panel with #c8ebdb background
background-color: #c8ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ebdb; background: linear-gradient(135deg, #c8ebdb, #C8E4EB);