#c8cfea
a pale, soft blue · warm · closest name: lavender
RGB
200, 207, 234
HSL
228°, 45%, 85%
CMYK
15, 12, 0, 8
Luminance
0.6285
Every format
| HEX | #c8cfea |
| RGB | rgb(200, 207, 234) |
| HSL | hsl(228, 45%, 85%) |
| CMYK | cmyk(15%, 12%, 0%, 8%) |
| LAB | lab(83.4 3.0 -14.1) |
| LCH | lch(83.4 14.4 281.9) |
| OKLCH | oklch(0.858 0.038 274.0) |
Copy-ready code
/* CSS */
color: #c8cfea;
background-color: #c8cfea;
/* Tailwind (arbitrary) */
class="text-[#c8cfea] bg-[#c8cfea]"
/* SCSS */
$brand: #c8cfea;
/* SwiftUI */
Color(red: 0.784, green: 0.812, blue: 0.918)
/* Android */
Color.parseColor("#c8cfea")Accessibility — WCAG contrast
Aa
#c8cfea on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cfea on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green81.2%
Blue91.8%
CMYK percentages
Cyan14.5%
Magenta11.5%
Yellow0.0%
Key (black)8.2%
Color previews
#c8cfea text on a black background
contrast 13.57:1
Card sample
#c8cfea text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cfea;
Background color
Panel with #c8cfea background
background-color: #c8cfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 207, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 207, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cfea; background: linear-gradient(135deg, #c8cfea, #D8C8EA);