#0099aa
a dark, electric cyan · cool · closest name: teal
RGB
0, 153, 170
HSL
186°, 100%, 33%
CMYK
100, 10, 0, 33
Luminance
0.2568
Every format
| HEX | #0099aa |
| RGB | rgb(0, 153, 170) |
| HSL | hsl(186, 100%, 33%) |
| CMYK | cmyk(100%, 10%, 0%, 33%) |
| LAB | lab(57.7 -27.3 -18.5) |
| LCH | lch(57.7 33.0 214.1) |
| OKLCH | oklch(0.625 0.108 208.6) |
Copy-ready code
/* CSS */
color: #0099aa;
background-color: #0099aa;
/* Tailwind (arbitrary) */
class="text-[#0099aa] bg-[#0099aa]"
/* SCSS */
$brand: #0099aa;
/* SwiftUI */
Color(red: 0.000, green: 0.600, blue: 0.667)
/* Android */
Color.parseColor("#0099aa")Accessibility — WCAG contrast
Aa
#0099aa on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0099aa on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green60.0%
Blue66.7%
CMYK percentages
Cyan100.0%
Magenta10.0%
Yellow0.0%
Key (black)33.3%
Color previews
#0099aa text on a black background
contrast 6.14:1
Card sample
#0099aa text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0099aa;
Background color
Panel with #0099aa background
background-color: #0099aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0099aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 153, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 153, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0099aa; background: linear-gradient(135deg, #0099aa, #0028AA);