#2eacce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
46, 172, 206
HSL
193°, 64%, 49%
CMYK
78, 17, 0, 19
Luminance
0.3454
Every format
| HEX | #2eacce |
| RGB | rgb(46, 172, 206) |
| HSL | hsl(193, 64%, 49%) |
| CMYK | cmyk(78%, 17%, 0%, 19%) |
| LAB | lab(65.4 -22.1 -26.9) |
| LCH | lch(65.4 34.8 230.6) |
| OKLCH | oklch(0.693 0.115 220.7) |
Copy-ready code
/* CSS */
color: #2eacce;
background-color: #2eacce;
/* Tailwind (arbitrary) */
class="text-[#2eacce] bg-[#2eacce]"
/* SCSS */
$brand: #2eacce;
/* SwiftUI */
Color(red: 0.180, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#2eacce")Accessibility — WCAG contrast
Aa
#2eacce on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eacce on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green67.5%
Blue80.8%
CMYK percentages
Cyan77.7%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#2eacce text on a black background
contrast 7.91:1
Card sample
#2eacce text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eacce;
Background color
Panel with #2eacce background
background-color: #2eacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eacce; background: linear-gradient(135deg, #2eacce, #2E41CE);