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