#2edcf4
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 220, 244
HSL
187°, 90%, 57%
CMYK
81, 10, 0, 4
Luminance
0.5830
Every format
| HEX | #2edcf4 |
| RGB | rgb(46, 220, 244) |
| HSL | hsl(187, 90%, 57%) |
| CMYK | cmyk(81%, 10%, 0%, 4%) |
| LAB | lab(80.9 -33.7 -23.7) |
| LCH | lch(80.9 41.2 215.1) |
| OKLCH | oklch(0.822 0.134 209.5) |
Copy-ready code
/* CSS */
color: #2edcf4;
background-color: #2edcf4;
/* Tailwind (arbitrary) */
class="text-[#2edcf4] bg-[#2edcf4]"
/* SCSS */
$brand: #2edcf4;
/* SwiftUI */
Color(red: 0.180, green: 0.863, blue: 0.957)
/* Android */
Color.parseColor("#2edcf4")Accessibility — WCAG contrast
Aa
#2edcf4 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2edcf4 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green86.3%
Blue95.7%
CMYK percentages
Cyan81.1%
Magenta9.8%
Yellow0.0%
Key (black)4.3%
Color previews
#2edcf4 text on a black background
contrast 12.66:1
Card sample
#2edcf4 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2edcf4;
Background color
Panel with #2edcf4 background
background-color: #2edcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2edcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 220, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 220, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2edcf4; background: linear-gradient(135deg, #2edcf4, #2E58F4);