#00b892
a dark, electric cyan · cool · closest name: turquoise
RGB
0, 184, 146
HSL
168°, 100%, 36%
CMYK
100, 0, 21, 28
Luminance
0.3636
Every format
| HEX | #00b892 |
| RGB | rgb(0, 184, 146) |
| HSL | hsl(168, 100%, 36%) |
| CMYK | cmyk(100%, 0%, 21%, 28%) |
| LAB | lab(66.8 -48.4 8.4) |
| LCH | lch(66.8 49.1 170.2) |
| OKLCH | oklch(0.697 0.136 171.0) |
Copy-ready code
/* CSS */
color: #00b892;
background-color: #00b892;
/* Tailwind (arbitrary) */
class="text-[#00b892] bg-[#00b892]"
/* SCSS */
$brand: #00b892;
/* SwiftUI */
Color(red: 0.000, green: 0.722, blue: 0.573)
/* Android */
Color.parseColor("#00b892")Accessibility — WCAG contrast
Aa
#00b892 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00b892 on black: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green72.2%
Blue57.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow20.7%
Key (black)27.8%
Color previews
#00b892 text on a black background
contrast 8.27:1
Card sample
#00b892 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00b892;
Background color
Panel with #00b892 background
background-color: #00b892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00b892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 184, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 184, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00b892; background: linear-gradient(135deg, #00b892, #0063B8);