#0ebac2
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 186, 194
HSL
183°, 87%, 41%
CMYK
93, 4, 0, 24
Luminance
0.3911
Every format
| HEX | #0ebac2 |
| RGB | rgb(14, 186, 194) |
| HSL | hsl(183, 87%, 41%) |
| CMYK | cmyk(93%, 4%, 0%, 24%) |
| LAB | lab(68.8 -35.0 -15.1) |
| LCH | lch(68.8 38.1 203.3) |
| OKLCH | oklch(0.718 0.120 200.4) |
Copy-ready code
/* CSS */
color: #0ebac2;
background-color: #0ebac2;
/* Tailwind (arbitrary) */
class="text-[#0ebac2] bg-[#0ebac2]"
/* SCSS */
$brand: #0ebac2;
/* SwiftUI */
Color(red: 0.055, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#0ebac2")Accessibility — WCAG contrast
Aa
#0ebac2 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebac2 on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.9%
Blue76.1%
CMYK percentages
Cyan92.8%
Magenta4.1%
Yellow0.0%
Key (black)23.9%
Color previews
#0ebac2 text on a black background
contrast 8.82:1
Card sample
#0ebac2 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebac2;
Background color
Panel with #0ebac2 background
background-color: #0ebac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebac2; background: linear-gradient(135deg, #0ebac2, #0E42C2);