#2ebfd8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
46, 191, 216
HSL
189°, 69%, 51%
CMYK
79, 12, 0, 15
Luminance
0.4280
Every format
| HEX | #2ebfd8 |
| RGB | rgb(46, 191, 216) |
| HSL | hsl(189, 69%, 51%) |
| CMYK | cmyk(79%, 12%, 0%, 15%) |
| LAB | lab(71.4 -28.4 -23.1) |
| LCH | lch(71.4 36.7 219.1) |
| OKLCH | oklch(0.742 0.120 212.5) |
Copy-ready code
/* CSS */
color: #2ebfd8;
background-color: #2ebfd8;
/* Tailwind (arbitrary) */
class="text-[#2ebfd8] bg-[#2ebfd8]"
/* SCSS */
$brand: #2ebfd8;
/* SwiftUI */
Color(red: 0.180, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#2ebfd8")Accessibility — WCAG contrast
Aa
#2ebfd8 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebfd8 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green74.9%
Blue84.7%
CMYK percentages
Cyan78.7%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#2ebfd8 text on a black background
contrast 9.56:1
Card sample
#2ebfd8 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebfd8;
Background color
Panel with #2ebfd8 background
background-color: #2ebfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebfd8; background: linear-gradient(135deg, #2ebfd8, #2E4ED8);