#0fdfaa
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 223, 170
HSL
165°, 87%, 47%
CMYK
93, 0, 24, 13
Luminance
0.5578
Every format
| HEX | #0fdfaa |
| RGB | rgb(15, 223, 170) |
| HSL | hsl(165, 87%, 47%) |
| CMYK | cmyk(93%, 0%, 24%, 13%) |
| LAB | lab(79.5 -57.2 13.5) |
| LCH | lch(79.5 58.8 166.8) |
| OKLCH | oklch(0.803 0.162 167.7) |
Copy-ready code
/* CSS */
color: #0fdfaa;
background-color: #0fdfaa;
/* Tailwind (arbitrary) */
class="text-[#0fdfaa] bg-[#0fdfaa]"
/* SCSS */
$brand: #0fdfaa;
/* SwiftUI */
Color(red: 0.059, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#0fdfaa")Accessibility — WCAG contrast
Aa
#0fdfaa on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdfaa on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green87.5%
Blue66.7%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow23.8%
Key (black)12.5%
Color previews
#0fdfaa text on a black background
contrast 12.16:1
Card sample
#0fdfaa text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdfaa;
Background color
Panel with #0fdfaa background
background-color: #0fdfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdfaa; background: linear-gradient(135deg, #0fdfaa, #0F89DF);