#00bba4
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 187, 164
HSL
173°, 100%, 37%
CMYK
100, 0, 12, 27
Luminance
0.3822
Every format
| HEX | #00bba4 |
| RGB | rgb(0, 187, 164) |
| HSL | hsl(173, 100%, 37%) |
| CMYK | cmyk(100%, 0%, 12%, 27%) |
| LAB | lab(68.2 -44.8 0.5) |
| LCH | lch(68.2 44.8 179.4) |
| OKLCH | oklch(0.710 0.129 179.8) |
Copy-ready code
/* CSS */
color: #00bba4;
background-color: #00bba4;
/* Tailwind (arbitrary) */
class="text-[#00bba4] bg-[#00bba4]"
/* SCSS */
$brand: #00bba4;
/* SwiftUI */
Color(red: 0.000, green: 0.733, blue: 0.643)
/* Android */
Color.parseColor("#00bba4")Accessibility — WCAG contrast
Aa
#00bba4 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bba4 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green73.3%
Blue64.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow12.3%
Key (black)26.7%
Color previews
#00bba4 text on a black background
contrast 8.64:1
Card sample
#00bba4 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bba4;
Background color
Panel with #00bba4 background
background-color: #00bba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 187, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 187, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bba4; background: linear-gradient(135deg, #00bba4, #0055BB);