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