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