#c2e7fa
a pale, electric blue · cool · closest name: lavender
RGB
194, 231, 250
HSL
200°, 85%, 87%
CMYK
22, 8, 0, 2
Luminance
0.7552
Every format
| HEX | #c2e7fa |
| RGB | rgb(194, 231, 250) |
| HSL | hsl(200, 85%, 87%) |
| CMYK | cmyk(22%, 8%, 0%, 2%) |
| LAB | lab(89.6 -8.0 -13.2) |
| LCH | lch(89.6 15.4 238.9) |
| OKLCH | oklch(0.907 0.047 230.2) |
Copy-ready code
/* CSS */
color: #c2e7fa;
background-color: #c2e7fa;
/* Tailwind (arbitrary) */
class="text-[#c2e7fa] bg-[#c2e7fa]"
/* SCSS */
$brand: #c2e7fa;
/* SwiftUI */
Color(red: 0.761, green: 0.906, blue: 0.980)
/* Android */
Color.parseColor("#c2e7fa")Accessibility — WCAG contrast
Aa
#c2e7fa on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e7fa on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green90.6%
Blue98.0%
CMYK percentages
Cyan22.4%
Magenta7.6%
Yellow0.0%
Key (black)2.0%
Color previews
#c2e7fa text on a black background
contrast 16.10:1
Card sample
#c2e7fa text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e7fa;
Background color
Panel with #c2e7fa background
background-color: #c2e7fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e7fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 231, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 231, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e7fa; background: linear-gradient(135deg, #c2e7fa, #C3C2FA);