#c2dffb
a pale, electric blue · cool · closest name: lavender
RGB
194, 223, 251
HSL
210°, 88%, 87%
CMYK
23, 11, 0, 2
Luminance
0.7121
Every format
| HEX | #c2dffb |
| RGB | rgb(194, 223, 251) |
| HSL | hsl(210, 88%, 87%) |
| CMYK | cmyk(23%, 11%, 0%, 2%) |
| LAB | lab(87.6 -3.6 -16.8) |
| LCH | lch(87.6 17.2 257.8) |
| OKLCH | oklch(0.891 0.050 247.4) |
Copy-ready code
/* CSS */
color: #c2dffb;
background-color: #c2dffb;
/* Tailwind (arbitrary) */
class="text-[#c2dffb] bg-[#c2dffb]"
/* SCSS */
$brand: #c2dffb;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#c2dffb")Accessibility — WCAG contrast
Aa
#c2dffb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dffb on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue98.4%
CMYK percentages
Cyan22.7%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#c2dffb text on a black background
contrast 15.24:1
Card sample
#c2dffb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dffb;
Background color
Panel with #c2dffb background
background-color: #c2dffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dffb; background: linear-gradient(135deg, #c2dffb, #CBC2FB);