#0ebaa4
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 186, 164
HSL
172°, 86%, 39%
CMYK
93, 0, 12, 27
Luminance
0.3789
Every format
| HEX | #0ebaa4 |
| RGB | rgb(14, 186, 164) |
| HSL | hsl(172, 86%, 39%) |
| CMYK | cmyk(93%, 0%, 12%, 27%) |
| LAB | lab(67.9 -43.9 0.1) |
| LCH | lch(67.9 43.9 179.8) |
| OKLCH | oklch(0.708 0.127 180.2) |
Copy-ready code
/* CSS */
color: #0ebaa4;
background-color: #0ebaa4;
/* Tailwind (arbitrary) */
class="text-[#0ebaa4] bg-[#0ebaa4]"
/* SCSS */
$brand: #0ebaa4;
/* SwiftUI */
Color(red: 0.055, green: 0.729, blue: 0.643)
/* Android */
Color.parseColor("#0ebaa4")Accessibility — WCAG contrast
Aa
#0ebaa4 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebaa4 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.9%
Blue64.3%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow11.8%
Key (black)27.1%
Color previews
#0ebaa4 text on a black background
contrast 8.58:1
Card sample
#0ebaa4 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebaa4;
Background color
Panel with #0ebaa4 background
background-color: #0ebaa4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebaa4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 186, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 186, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebaa4; background: linear-gradient(135deg, #0ebaa4, #0E5DBA);