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