#c8ebfa
a pale, electric cyan · cool · closest name: lavender
RGB
200, 235, 250
HSL
198°, 83%, 88%
CMYK
20, 6, 0, 2
Luminance
0.7860
Every format
| HEX | #c8ebfa |
| RGB | rgb(200, 235, 250) |
| HSL | hsl(198, 83%, 88%) |
| CMYK | cmyk(20%, 6%, 0%, 2%) |
| LAB | lab(91.0 -8.2 -11.0) |
| LCH | lch(91.0 13.8 233.3) |
| OKLCH | oklch(0.920 0.042 225.6) |
Copy-ready code
/* CSS */
color: #c8ebfa;
background-color: #c8ebfa;
/* Tailwind (arbitrary) */
class="text-[#c8ebfa] bg-[#c8ebfa]"
/* SCSS */
$brand: #c8ebfa;
/* SwiftUI */
Color(red: 0.784, green: 0.922, blue: 0.980)
/* Android */
Color.parseColor("#c8ebfa")Accessibility — WCAG contrast
Aa
#c8ebfa on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ebfa on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green92.2%
Blue98.0%
CMYK percentages
Cyan20.0%
Magenta6.0%
Yellow0.0%
Key (black)2.0%
Color previews
#c8ebfa text on a black background
contrast 16.72:1
Card sample
#c8ebfa text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ebfa;
Background color
Panel with #c8ebfa background
background-color: #c8ebfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ebfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 235, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 235, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ebfa; background: linear-gradient(135deg, #c8ebfa, #C8CAFA);