#00afba
a dark, electric cyan · cool · closest name: teal
RGB
0, 175, 186
HSL
184°, 100%, 37%
CMYK
100, 6, 0, 27
Luminance
0.3421
Every format
| HEX | #00afba |
| RGB | rgb(0, 175, 186) |
| HSL | hsl(184, 100%, 37%) |
| CMYK | cmyk(100%, 6%, 0%, 27%) |
| LAB | lab(65.1 -32.8 -16.2) |
| LCH | lch(65.1 36.6 206.3) |
| OKLCH | oklch(0.687 0.117 202.8) |
Copy-ready code
/* CSS */
color: #00afba;
background-color: #00afba;
/* Tailwind (arbitrary) */
class="text-[#00afba] bg-[#00afba]"
/* SCSS */
$brand: #00afba;
/* SwiftUI */
Color(red: 0.000, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#00afba")Accessibility — WCAG contrast
Aa
#00afba on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00afba on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green68.6%
Blue72.9%
CMYK percentages
Cyan100.0%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#00afba text on a black background
contrast 7.84:1
Card sample
#00afba text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00afba;
Background color
Panel with #00afba background
background-color: #00afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00afba; background: linear-gradient(135deg, #00afba, #0033BA);