#00fbaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
0, 251, 175
HSL
162°, 100%, 49%
CMYK
100, 0, 30, 2
Luminance
0.7209
Every format
| HEX | #00fbaf |
| RGB | rgb(0, 251, 175) |
| HSL | hsl(162, 100%, 49%) |
| CMYK | cmyk(100%, 0%, 30%, 2%) |
| LAB | lab(88.0 -66.8 22.8) |
| LCH | lch(88.0 70.5 161.2) |
| OKLCH | oklch(0.874 0.191 162.4) |
Copy-ready code
/* CSS */
color: #00fbaf;
background-color: #00fbaf;
/* Tailwind (arbitrary) */
class="text-[#00fbaf] bg-[#00fbaf]"
/* SCSS */
$brand: #00fbaf;
/* SwiftUI */
Color(red: 0.000, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#00fbaf")Accessibility — WCAG contrast
Aa
#00fbaf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#00fbaf on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green98.4%
Blue68.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#00fbaf text on a black background
contrast 15.42:1
Card sample
#00fbaf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00fbaf;
Background color
Panel with #00fbaf background
background-color: #00fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00fbaf; background: linear-gradient(135deg, #00fbaf, #00A0FB);