#2edcef
a balanced, electric cyan · cool · closest name: cyan
RGB
46, 220, 239
HSL
186°, 86%, 56%
CMYK
81, 8, 0, 6
Luminance
0.5800
Every format
| HEX | #2edcef |
| RGB | rgb(46, 220, 239) |
| HSL | hsl(186, 86%, 56%) |
| CMYK | cmyk(81%, 8%, 0%, 6%) |
| LAB | lab(80.7 -35.2 -21.3) |
| LCH | lch(80.7 41.2 211.2) |
| OKLCH | oklch(0.820 0.133 206.5) |
Copy-ready code
/* CSS */
color: #2edcef;
background-color: #2edcef;
/* Tailwind (arbitrary) */
class="text-[#2edcef] bg-[#2edcef]"
/* SCSS */
$brand: #2edcef;
/* SwiftUI */
Color(red: 0.180, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#2edcef")Accessibility — WCAG contrast
Aa
#2edcef on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2edcef on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green86.3%
Blue93.7%
CMYK percentages
Cyan80.8%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#2edcef text on a black background
contrast 12.60:1
Card sample
#2edcef text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2edcef;
Background color
Panel with #2edcef background
background-color: #2edcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2edcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2edcef; background: linear-gradient(135deg, #2edcef, #2E5BEF);