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