#00b5af
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 181, 175
HSL
178°, 100%, 36%
CMYK
100, 0, 3, 29
Luminance
0.3614
Every format
| HEX | #00b5af |
| RGB | rgb(0, 181, 175) |
| HSL | hsl(178, 100%, 36%) |
| CMYK | cmyk(100%, 0%, 3%, 29%) |
| LAB | lab(66.6 -39.0 -7.9) |
| LCH | lch(66.6 39.8 191.4) |
| OKLCH | oklch(0.698 0.120 190.6) |
Copy-ready code
/* CSS */
color: #00b5af;
background-color: #00b5af;
/* Tailwind (arbitrary) */
class="text-[#00b5af] bg-[#00b5af]"
/* SCSS */
$brand: #00b5af;
/* SwiftUI */
Color(red: 0.000, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#00b5af")Accessibility — WCAG contrast
Aa
#00b5af on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b5af on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green71.0%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow3.3%
Key (black)29.0%
Color previews
#00b5af text on a black background
contrast 8.23:1
Card sample
#00b5af text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b5af;
Background color
Panel with #00b5af background
background-color: #00b5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b5af; background: linear-gradient(135deg, #00b5af, #0042B5);