#2ebacf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
46, 186, 207
HSL
188°, 64%, 50%
CMYK
78, 10, 0, 19
Luminance
0.4020
Every format
| HEX | #2ebacf |
| RGB | rgb(46, 186, 207) |
| HSL | hsl(188, 64%, 50%) |
| CMYK | cmyk(78%, 10%, 0%, 19%) |
| LAB | lab(69.6 -28.8 -21.0) |
| LCH | lch(69.6 35.6 216.1) |
| OKLCH | oklch(0.727 0.116 210.2) |
Copy-ready code
/* CSS */
color: #2ebacf;
background-color: #2ebacf;
/* Tailwind (arbitrary) */
class="text-[#2ebacf] bg-[#2ebacf]"
/* SCSS */
$brand: #2ebacf;
/* SwiftUI */
Color(red: 0.180, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#2ebacf")Accessibility — WCAG contrast
Aa
#2ebacf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebacf on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green72.9%
Blue81.2%
CMYK percentages
Cyan77.8%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#2ebacf text on a black background
contrast 9.04:1
Card sample
#2ebacf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebacf;
Background color
Panel with #2ebacf background
background-color: #2ebacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebacf; background: linear-gradient(135deg, #2ebacf, #2E4FCF);