#00b4a5
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 180, 165
HSL
175°, 100%, 35%
CMYK
100, 0, 8, 29
Luminance
0.3536
Every format
| HEX | #00b4a5 |
| RGB | rgb(0, 180, 165) |
| HSL | hsl(175, 100%, 35%) |
| CMYK | cmyk(100%, 0%, 8%, 29%) |
| LAB | lab(66.0 -41.5 -3.2) |
| LCH | lch(66.0 41.6 184.5) |
| OKLCH | oklch(0.692 0.122 184.4) |
Copy-ready code
/* CSS */
color: #00b4a5;
background-color: #00b4a5;
/* Tailwind (arbitrary) */
class="text-[#00b4a5] bg-[#00b4a5]"
/* SCSS */
$brand: #00b4a5;
/* SwiftUI */
Color(red: 0.000, green: 0.706, blue: 0.647)
/* Android */
Color.parseColor("#00b4a5")Accessibility — WCAG contrast
Aa
#00b4a5 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b4a5 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green70.6%
Blue64.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow8.3%
Key (black)29.4%
Color previews
#00b4a5 text on a black background
contrast 8.07:1
Card sample
#00b4a5 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b4a5;
Background color
Panel with #00b4a5 background
background-color: #00b4a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b4a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 180, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 180, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b4a5; background: linear-gradient(135deg, #00b4a5, #004BB4);