#00998c
a dark, electric cyan · cool · closest name: teal
RGB
0, 153, 140
HSL
175°, 100%, 30%
CMYK
100, 0, 9, 40
Luminance
0.2468
Every format
| HEX | #00998c |
| RGB | rgb(0, 153, 140) |
| HSL | hsl(175, 100%, 30%) |
| CMYK | cmyk(100%, 0%, 9%, 40%) |
| LAB | lab(56.8 -36.8 -2.8) |
| LCH | lch(56.8 36.9 184.4) |
| OKLCH | oklch(0.614 0.108 184.3) |
Copy-ready code
/* CSS */
color: #00998c;
background-color: #00998c;
/* Tailwind (arbitrary) */
class="text-[#00998c] bg-[#00998c]"
/* SCSS */
$brand: #00998c;
/* SwiftUI */
Color(red: 0.000, green: 0.600, blue: 0.549)
/* Android */
Color.parseColor("#00998c")Accessibility — WCAG contrast
Aa
#00998c on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00998c on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.0%
Blue54.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow8.5%
Key (black)40.0%
Color previews
#00998c text on a black background
contrast 5.94:1
Card sample
#00998c text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00998c;
Background color
Panel with #00998c background
background-color: #00998c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00998c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 153, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 153, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00998c; background: linear-gradient(135deg, #00998c, #004099);