#2ebacd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
46, 186, 205
HSL
187°, 63%, 49%
CMYK
78, 9, 0, 20
Luminance
0.4011
Every format
| HEX | #2ebacd |
| RGB | rgb(46, 186, 205) |
| HSL | hsl(187, 63%, 49%) |
| CMYK | cmyk(78%, 9%, 0%, 20%) |
| LAB | lab(69.5 -29.4 -20.0) |
| LCH | lch(69.5 35.6 214.2) |
| OKLCH | oklch(0.726 0.116 208.8) |
Copy-ready code
/* CSS */
color: #2ebacd;
background-color: #2ebacd;
/* Tailwind (arbitrary) */
class="text-[#2ebacd] bg-[#2ebacd]"
/* SCSS */
$brand: #2ebacd;
/* SwiftUI */
Color(red: 0.180, green: 0.729, blue: 0.804)
/* Android */
Color.parseColor("#2ebacd")Accessibility — WCAG contrast
Aa
#2ebacd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebacd on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green72.9%
Blue80.4%
CMYK percentages
Cyan77.6%
Magenta9.3%
Yellow0.0%
Key (black)19.6%
Color previews
#2ebacd text on a black background
contrast 9.02:1
Card sample
#2ebacd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebacd;
Background color
Panel with #2ebacd background
background-color: #2ebacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 186, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 186, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebacd; background: linear-gradient(135deg, #2ebacd, #2E50CD);