#c7ceeb
a pale, vivid blue · warm · closest name: lavender
RGB
199, 206, 235
HSL
228°, 47%, 85%
CMYK
15, 12, 0, 8
Luminance
0.6228
Every format
| HEX | #c7ceeb |
| RGB | rgb(199, 206, 235) |
| HSL | hsl(228, 47%, 85%) |
| CMYK | cmyk(15%, 12%, 0%, 8%) |
| LAB | lab(83.1 3.4 -15.1) |
| LCH | lch(83.1 15.5 282.7) |
| OKLCH | oklch(0.855 0.041 274.8) |
Copy-ready code
/* CSS */
color: #c7ceeb;
background-color: #c7ceeb;
/* Tailwind (arbitrary) */
class="text-[#c7ceeb] bg-[#c7ceeb]"
/* SCSS */
$brand: #c7ceeb;
/* SwiftUI */
Color(red: 0.780, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#c7ceeb")Accessibility — WCAG contrast
Aa
#c7ceeb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ceeb on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.8%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c7ceeb text on a black background
contrast 13.46:1
Card sample
#c7ceeb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ceeb;
Background color
Panel with #c7ceeb background
background-color: #c7ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ceeb; background: linear-gradient(135deg, #c7ceeb, #D8C7EB);