#c7c9fe
a pale, electric blue · warm · closest name: lavender
RGB
199, 201, 254
HSL
238°, 97%, 89%
CMYK
22, 21, 0, 0
Luminance
0.6107
Every format
| HEX | #c7c9fe |
| RGB | rgb(199, 201, 254) |
| HSL | hsl(238, 97%, 89%) |
| CMYK | cmyk(22%, 21%, 0%, 0%) |
| LAB | lab(82.4 10.2 -26.2) |
| LCH | lch(82.4 28.1 291.3) |
| OKLCH | oklch(0.852 0.074 283.0) |
Copy-ready code
/* CSS */
color: #c7c9fe;
background-color: #c7c9fe;
/* Tailwind (arbitrary) */
class="text-[#c7c9fe] bg-[#c7c9fe]"
/* SCSS */
$brand: #c7c9fe;
/* SwiftUI */
Color(red: 0.780, green: 0.788, blue: 0.996)
/* Android */
Color.parseColor("#c7c9fe")Accessibility — WCAG contrast
Aa
#c7c9fe on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7c9fe on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green78.8%
Blue99.6%
CMYK percentages
Cyan21.7%
Magenta20.9%
Yellow0.0%
Key (black)0.4%
Color previews
#c7c9fe text on a black background
contrast 13.21:1
Card sample
#c7c9fe text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7c9fe;
Background color
Panel with #c7c9fe background
background-color: #c7c9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7c9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 201, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 201, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7c9fe; background: linear-gradient(135deg, #c7c9fe, #EAC7FE);