#c7cfee
a pale, vivid blue · warm · closest name: lavender
RGB
199, 207, 238
HSL
228°, 53%, 86%
CMYK
16, 13, 0, 7
Luminance
0.6294
Every format
| HEX | #c7cfee |
| RGB | rgb(199, 207, 238) |
| HSL | hsl(228, 53%, 86%) |
| CMYK | cmyk(16%, 13%, 0%, 7%) |
| LAB | lab(83.4 3.5 -16.1) |
| LCH | lch(83.4 16.5 282.2) |
| OKLCH | oklch(0.858 0.044 274.0) |
Copy-ready code
/* CSS */
color: #c7cfee;
background-color: #c7cfee;
/* Tailwind (arbitrary) */
class="text-[#c7cfee] bg-[#c7cfee]"
/* SCSS */
$brand: #c7cfee;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#c7cfee")Accessibility — WCAG contrast
Aa
#c7cfee on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cfee on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#c7cfee text on a black background
contrast 13.59:1
Card sample
#c7cfee text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cfee;
Background color
Panel with #c7cfee background
background-color: #c7cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cfee; background: linear-gradient(135deg, #c7cfee, #D9C7EE);