#00aabb
a dark, electric cyan · cool · closest name: teal
RGB
0, 170, 187
HSL
186°, 100%, 37%
CMYK
100, 9, 0, 27
Luminance
0.3234
Every format
| HEX | #00aabb |
| RGB | rgb(0, 170, 187) |
| HSL | hsl(186, 100%, 37%) |
| CMYK | cmyk(100%, 9%, 0%, 27%) |
| LAB | lab(63.6 -30.1 -19.1) |
| LCH | lch(63.6 35.6 212.4) |
| OKLCH | oklch(0.675 0.116 207.4) |
Copy-ready code
/* CSS */
color: #00aabb;
background-color: #00aabb;
/* Tailwind (arbitrary) */
class="text-[#00aabb] bg-[#00aabb]"
/* SCSS */
$brand: #00aabb;
/* SwiftUI */
Color(red: 0.000, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#00aabb")Accessibility — WCAG contrast
Aa
#00aabb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00aabb on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green66.7%
Blue73.3%
CMYK percentages
Cyan100.0%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#00aabb text on a black background
contrast 7.47:1
Card sample
#00aabb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00aabb;
Background color
Panel with #00aabb background
background-color: #00aabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00aabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00aabb; background: linear-gradient(135deg, #00aabb, #002DBB);