#c2ceff
a pale, electric blue · warm · closest name: lavender
RGB
194, 206, 255
HSL
228°, 100%, 88%
CMYK
24, 19, 0, 0
Luminance
0.6283
Every format
| HEX | #c2ceff |
| RGB | rgb(194, 206, 255) |
| HSL | hsl(228, 100%, 88%) |
| CMYK | cmyk(24%, 19%, 0%, 0%) |
| LAB | lab(83.3 6.2 -25.3) |
| LCH | lch(83.3 26.1 283.8) |
| OKLCH | oklch(0.859 0.070 274.1) |
Copy-ready code
/* CSS */
color: #c2ceff;
background-color: #c2ceff;
/* Tailwind (arbitrary) */
class="text-[#c2ceff] bg-[#c2ceff]"
/* SCSS */
$brand: #c2ceff;
/* SwiftUI */
Color(red: 0.761, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#c2ceff")Accessibility — WCAG contrast
Aa
#c2ceff on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ceff on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green80.8%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c2ceff text on a black background
contrast 13.57:1
Card sample
#c2ceff text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ceff;
Background color
Panel with #c2ceff background
background-color: #c2ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ceff; background: linear-gradient(135deg, #c2ceff, #DFC2FF);