#00bcaf
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 188, 175
HSL
176°, 100%, 37%
CMYK
100, 0, 7, 26
Luminance
0.3906
Every format
| HEX | #00bcaf |
| RGB | rgb(0, 188, 175) |
| HSL | hsl(176, 100%, 37%) |
| CMYK | cmyk(100%, 0%, 7%, 26%) |
| LAB | lab(68.8 -42.1 -4.7) |
| LCH | lch(68.8 42.4 186.3) |
| OKLCH | oklch(0.716 0.125 186.1) |
Copy-ready code
/* CSS */
color: #00bcaf;
background-color: #00bcaf;
/* Tailwind (arbitrary) */
class="text-[#00bcaf] bg-[#00bcaf]"
/* SCSS */
$brand: #00bcaf;
/* SwiftUI */
Color(red: 0.000, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#00bcaf")Accessibility — WCAG contrast
Aa
#00bcaf on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bcaf on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green73.7%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#00bcaf text on a black background
contrast 8.81:1
Card sample
#00bcaf text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bcaf;
Background color
Panel with #00bcaf background
background-color: #00bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bcaf; background: linear-gradient(135deg, #00bcaf, #004CBC);