#2ebfcd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
46, 191, 205
HSL
185°, 63%, 49%
CMYK
78, 7, 0, 20
Luminance
0.4225
Every format
| HEX | #2ebfcd |
| RGB | rgb(46, 191, 205) |
| HSL | hsl(185, 63%, 49%) |
| CMYK | cmyk(78%, 7%, 0%, 20%) |
| LAB | lab(71.0 -31.9 -17.7) |
| LCH | lch(71.0 36.4 209.1) |
| OKLCH | oklch(0.738 0.117 204.9) |
Copy-ready code
/* CSS */
color: #2ebfcd;
background-color: #2ebfcd;
/* Tailwind (arbitrary) */
class="text-[#2ebfcd] bg-[#2ebfcd]"
/* SCSS */
$brand: #2ebfcd;
/* SwiftUI */
Color(red: 0.180, green: 0.749, blue: 0.804)
/* Android */
Color.parseColor("#2ebfcd")Accessibility — WCAG contrast
Aa
#2ebfcd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebfcd on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green74.9%
Blue80.4%
CMYK percentages
Cyan77.6%
Magenta6.8%
Yellow0.0%
Key (black)19.6%
Color previews
#2ebfcd text on a black background
contrast 9.45:1
Card sample
#2ebfcd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebfcd;
Background color
Panel with #2ebfcd background
background-color: #2ebfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 191, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 191, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebfcd; background: linear-gradient(135deg, #2ebfcd, #2E55CD);