#c2e6f0
a pale, vivid cyan · cool · closest name: lavender
RGB
194, 230, 240
HSL
193°, 61%, 85%
CMYK
19, 4, 0, 6
Luminance
0.7435
Every format
| HEX | #c2e6f0 |
| RGB | rgb(194, 230, 240) |
| HSL | hsl(193, 61%, 85%) |
| CMYK | cmyk(19%, 4%, 0%, 6%) |
| LAB | lab(89.1 -9.6 -8.8) |
| LCH | lch(89.1 13.0 222.4) |
| OKLCH | oklch(0.902 0.040 216.4) |
Copy-ready code
/* CSS */
color: #c2e6f0;
background-color: #c2e6f0;
/* Tailwind (arbitrary) */
class="text-[#c2e6f0] bg-[#c2e6f0]"
/* SCSS */
$brand: #c2e6f0;
/* SwiftUI */
Color(red: 0.761, green: 0.902, blue: 0.941)
/* Android */
Color.parseColor("#c2e6f0")Accessibility — WCAG contrast
Aa
#c2e6f0 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2e6f0 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green90.2%
Blue94.1%
CMYK percentages
Cyan19.2%
Magenta4.2%
Yellow0.0%
Key (black)5.9%
Color previews
#c2e6f0 text on a black background
contrast 15.87:1
Card sample
#c2e6f0 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2e6f0;
Background color
Panel with #c2e6f0 background
background-color: #c2e6f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2e6f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 230, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 230, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2e6f0; background: linear-gradient(135deg, #c2e6f0, #C2C7F0);