#c2cff7
a pale, electric blue · warm · closest name: lavender
RGB
194, 207, 247
HSL
225°, 77%, 87%
CMYK
22, 16, 0, 3
Luminance
0.6281
Every format
| HEX | #c2cff7 |
| RGB | rgb(194, 207, 247) |
| HSL | hsl(225, 77%, 87%) |
| CMYK | cmyk(22%, 16%, 0%, 3%) |
| LAB | lab(83.3 3.9 -21.1) |
| LCH | lch(83.3 21.4 280.5) |
| OKLCH | oklch(0.858 0.058 271.0) |
Copy-ready code
/* CSS */
color: #c2cff7;
background-color: #c2cff7;
/* Tailwind (arbitrary) */
class="text-[#c2cff7] bg-[#c2cff7]"
/* SCSS */
$brand: #c2cff7;
/* SwiftUI */
Color(red: 0.761, green: 0.812, blue: 0.969)
/* Android */
Color.parseColor("#c2cff7")Accessibility — WCAG contrast
Aa
#c2cff7 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cff7 on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green81.2%
Blue96.9%
CMYK percentages
Cyan21.5%
Magenta16.2%
Yellow0.0%
Key (black)3.1%
Color previews
#c2cff7 text on a black background
contrast 13.56:1
Card sample
#c2cff7 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cff7;
Background color
Panel with #c2cff7 background
background-color: #c2cff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 207, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 207, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cff7; background: linear-gradient(135deg, #c2cff7, #D8C2F7);