#00aeb4
a dark, electric cyan · cool · closest name: teal
RGB
0, 174, 180
HSL
182°, 100%, 35%
CMYK
100, 3, 0, 29
Luminance
0.3357
Every format
| HEX | #00aeb4 |
| RGB | rgb(0, 174, 180) |
| HSL | hsl(182, 100%, 35%) |
| CMYK | cmyk(100%, 3%, 0%, 29%) |
| LAB | lab(64.6 -34.2 -13.7) |
| LCH | lch(64.6 36.9 201.7) |
| OKLCH | oklch(0.682 0.116 199.2) |
Copy-ready code
/* CSS */
color: #00aeb4;
background-color: #00aeb4;
/* Tailwind (arbitrary) */
class="text-[#00aeb4] bg-[#00aeb4]"
/* SCSS */
$brand: #00aeb4;
/* SwiftUI */
Color(red: 0.000, green: 0.682, blue: 0.706)
/* Android */
Color.parseColor("#00aeb4")Accessibility — WCAG contrast
Aa
#00aeb4 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00aeb4 on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green68.2%
Blue70.6%
CMYK percentages
Cyan100.0%
Magenta3.3%
Yellow0.0%
Key (black)29.4%
Color previews
#00aeb4 text on a black background
contrast 7.71:1
Card sample
#00aeb4 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00aeb4;
Background color
Panel with #00aeb4 background
background-color: #00aeb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00aeb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 174, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 174, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00aeb4; background: linear-gradient(135deg, #00aeb4, #0036B4);