#c5cfee
a pale, vivid blue · warm · closest name: lavender
RGB
197, 207, 238
HSL
225°, 55%, 85%
CMYK
17, 13, 0, 7
Luminance
0.6267
Every format
| HEX | #c5cfee |
| RGB | rgb(197, 207, 238) |
| HSL | hsl(225, 55%, 85%) |
| CMYK | cmyk(17%, 13%, 0%, 7%) |
| LAB | lab(83.3 2.9 -16.4) |
| LCH | lch(83.3 16.6 279.9) |
| OKLCH | oklch(0.857 0.044 271.3) |
Copy-ready code
/* CSS */
color: #c5cfee;
background-color: #c5cfee;
/* Tailwind (arbitrary) */
class="text-[#c5cfee] bg-[#c5cfee]"
/* SCSS */
$brand: #c5cfee;
/* SwiftUI */
Color(red: 0.773, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#c5cfee")Accessibility — WCAG contrast
Aa
#c5cfee on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cfee on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green81.2%
Blue93.3%
CMYK percentages
Cyan17.2%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#c5cfee text on a black background
contrast 13.53:1
Card sample
#c5cfee text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cfee;
Background color
Panel with #c5cfee background
background-color: #c5cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cfee; background: linear-gradient(135deg, #c5cfee, #D6C5EE);