#c2eeff
a pale, electric cyan · cool · closest name: lavender
RGB
194, 238, 255
HSL
197°, 100%, 88%
CMYK
24, 7, 0, 0
Luminance
0.7984
Every format
| HEX | #c2eeff |
| RGB | rgb(194, 238, 255) |
| HSL | hsl(197, 100%, 88%) |
| CMYK | cmyk(24%, 7%, 0%, 0%) |
| LAB | lab(91.6 -10.4 -12.8) |
| LCH | lch(91.6 16.6 230.9) |
| OKLCH | oklch(0.924 0.051 223.3) |
Copy-ready code
/* CSS */
color: #c2eeff;
background-color: #c2eeff;
/* Tailwind (arbitrary) */
class="text-[#c2eeff] bg-[#c2eeff]"
/* SCSS */
$brand: #c2eeff;
/* SwiftUI */
Color(red: 0.761, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#c2eeff")Accessibility — WCAG contrast
Aa
#c2eeff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2eeff on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green93.3%
Blue100.0%
CMYK percentages
Cyan23.9%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c2eeff text on a black background
contrast 16.97:1
Card sample
#c2eeff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2eeff;
Background color
Panel with #c2eeff background
background-color: #c2eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2eeff; background: linear-gradient(135deg, #c2eeff, #C2C5FF);