#0ebac9
a dark, electric cyan · cool · closest name: skyblue
RGB
14, 186, 201
HSL
185°, 87%, 42%
CMYK
93, 8, 0, 21
Luminance
0.3943
Every format
| HEX | #0ebac9 |
| RGB | rgb(14, 186, 201) |
| HSL | hsl(185, 87%, 42%) |
| CMYK | cmyk(93%, 8%, 0%, 21%) |
| LAB | lab(69.1 -32.8 -18.6) |
| LCH | lch(69.1 37.7 209.5) |
| OKLCH | oklch(0.721 0.121 205.2) |
Copy-ready code
/* CSS */
color: #0ebac9;
background-color: #0ebac9;
/* Tailwind (arbitrary) */
class="text-[#0ebac9] bg-[#0ebac9]"
/* SCSS */
$brand: #0ebac9;
/* SwiftUI */
Color(red: 0.055, green: 0.729, blue: 0.788)
/* Android */
Color.parseColor("#0ebac9")Accessibility — WCAG contrast
Aa
#0ebac9 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebac9 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.9%
Blue78.8%
CMYK percentages
Cyan93.0%
Magenta7.5%
Yellow0.0%
Key (black)21.2%
Color previews
#0ebac9 text on a black background
contrast 8.89:1
Card sample
#0ebac9 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebac9;
Background color
Panel with #0ebac9 background
background-color: #0ebac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 186, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 186, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebac9; background: linear-gradient(135deg, #0ebac9, #0E3DC9);