#00bfac
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 191, 172
HSL
174°, 100%, 38%
CMYK
100, 0, 10, 25
Luminance
0.4024
Every format
| HEX | #00bfac |
| RGB | rgb(0, 191, 172) |
| HSL | hsl(174, 100%, 38%) |
| CMYK | cmyk(100%, 0%, 10%, 25%) |
| LAB | lab(69.6 -44.3 -1.8) |
| LCH | lch(69.6 44.3 182.3) |
| OKLCH | oklch(0.722 0.129 182.5) |
Copy-ready code
/* CSS */
color: #00bfac;
background-color: #00bfac;
/* Tailwind (arbitrary) */
class="text-[#00bfac] bg-[#00bfac]"
/* SCSS */
$brand: #00bfac;
/* SwiftUI */
Color(red: 0.000, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#00bfac")Accessibility — WCAG contrast
Aa
#00bfac on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00bfac on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green74.9%
Blue67.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#00bfac text on a black background
contrast 9.05:1
Card sample
#00bfac text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00bfac;
Background color
Panel with #00bfac background
background-color: #00bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00bfac; background: linear-gradient(135deg, #00bfac, #0053BF);