#c8f4eb
a pale, vivid cyan · cool · closest name: ivory
RGB
200, 244, 235
HSL
168°, 67%, 87%
CMYK
18, 0, 4, 4
Luminance
0.8298
Every format
| HEX | #c8f4eb |
| RGB | rgb(200, 244, 235) |
| HSL | hsl(168, 67%, 87%) |
| CMYK | cmyk(18%, 0%, 4%, 4%) |
| LAB | lab(93.0 -15.8 -0.3) |
| LCH | lch(93.0 15.8 181.3) |
| OKLCH | oklch(0.934 0.047 181.4) |
Copy-ready code
/* CSS */
color: #c8f4eb;
background-color: #c8f4eb;
/* Tailwind (arbitrary) */
class="text-[#c8f4eb] bg-[#c8f4eb]"
/* SCSS */
$brand: #c8f4eb;
/* SwiftUI */
Color(red: 0.784, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#c8f4eb")Accessibility — WCAG contrast
Aa
#c8f4eb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f4eb on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green95.7%
Blue92.2%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#c8f4eb text on a black background
contrast 17.60:1
Card sample
#c8f4eb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f4eb;
Background color
Panel with #c8f4eb background
background-color: #c8f4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f4eb; background: linear-gradient(135deg, #c8f4eb, #C8E0F4);