#c1cfee
a light, vivid blue · cool · closest name: lavender
RGB
193, 207, 238
HSL
221°, 57%, 85%
CMYK
19, 13, 0, 7
Luminance
0.6214
Every format
| HEX | #c1cfee |
| RGB | rgb(193, 207, 238) |
| HSL | hsl(221, 57%, 85%) |
| CMYK | cmyk(19%, 13%, 0%, 7%) |
| LAB | lab(83.0 1.6 -16.8) |
| LCH | lch(83.0 16.9 275.5) |
| OKLCH | oklch(0.854 0.046 266.1) |
Copy-ready code
/* CSS */
color: #c1cfee;
background-color: #c1cfee;
/* Tailwind (arbitrary) */
class="text-[#c1cfee] bg-[#c1cfee]"
/* SCSS */
$brand: #c1cfee;
/* SwiftUI */
Color(red: 0.757, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#c1cfee")Accessibility — WCAG contrast
Aa
#c1cfee on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cfee on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green81.2%
Blue93.3%
CMYK percentages
Cyan18.9%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#c1cfee text on a black background
contrast 13.43:1
Card sample
#c1cfee text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cfee;
Background color
Panel with #c1cfee background
background-color: #c1cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cfee; background: linear-gradient(135deg, #c1cfee, #D1C1EE);