#0ba07d
a dark, electric cyan · cool · closest name: seagreen
RGB
11, 160, 125
HSL
166°, 87%, 34%
CMYK
93, 0, 22, 37
Luminance
0.2669
Every format
| HEX | #0ba07d |
| RGB | rgb(11, 160, 125) |
| HSL | hsl(166, 87%, 34%) |
| CMYK | cmyk(93%, 0%, 22%, 37%) |
| LAB | lab(58.7 -43.5 8.5) |
| LCH | lch(58.7 44.3 169.0) |
| OKLCH | oklch(0.628 0.123 169.9) |
Copy-ready code
/* CSS */
color: #0ba07d;
background-color: #0ba07d;
/* Tailwind (arbitrary) */
class="text-[#0ba07d] bg-[#0ba07d]"
/* SCSS */
$brand: #0ba07d;
/* SwiftUI */
Color(red: 0.043, green: 0.627, blue: 0.490)
/* Android */
Color.parseColor("#0ba07d")Accessibility — WCAG contrast
Aa
#0ba07d on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ba07d on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green62.7%
Blue49.0%
CMYK percentages
Cyan93.1%
Magenta0.0%
Yellow21.9%
Key (black)37.3%
Color previews
#0ba07d text on a black background
contrast 6.34:1
Card sample
#0ba07d text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ba07d;
Background color
Panel with #0ba07d background
background-color: #0ba07d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ba07d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 160, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 160, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ba07d; background: linear-gradient(135deg, #0ba07d, #0B60A0);