#c7def0
a pale, vivid blue · cool · closest name: lavender
RGB
199, 222, 240
HSL
206°, 58%, 86%
CMYK
17, 8, 0, 6
Luminance
0.7068
Every format
| HEX | #c7def0 |
| RGB | rgb(199, 222, 240) |
| HSL | hsl(206, 58%, 86%) |
| CMYK | cmyk(17%, 8%, 0%, 6%) |
| LAB | lab(87.3 -4.0 -11.3) |
| LCH | lch(87.3 12.0 250.8) |
| OKLCH | oklch(0.889 0.035 241.5) |
Copy-ready code
/* CSS */
color: #c7def0;
background-color: #c7def0;
/* Tailwind (arbitrary) */
class="text-[#c7def0] bg-[#c7def0]"
/* SCSS */
$brand: #c7def0;
/* SwiftUI */
Color(red: 0.780, green: 0.871, blue: 0.941)
/* Android */
Color.parseColor("#c7def0")Accessibility — WCAG contrast
Aa
#c7def0 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7def0 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green87.1%
Blue94.1%
CMYK percentages
Cyan17.1%
Magenta7.5%
Yellow0.0%
Key (black)5.9%
Color previews
#c7def0 text on a black background
contrast 15.14:1
Card sample
#c7def0 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7def0;
Background color
Panel with #c7def0 background
background-color: #c7def0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7def0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 222, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 222, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7def0; background: linear-gradient(135deg, #c7def0, #CBC7F0);