#0fdba9
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 219, 169
HSL
165°, 87%, 46%
CMYK
93, 0, 23, 14
Luminance
0.5363
Every format
| HEX | #0fdba9 |
| RGB | rgb(15, 219, 169) |
| HSL | hsl(165, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 23%, 14%) |
| LAB | lab(78.2 -55.9 12.3) |
| LCH | lch(78.2 57.2 167.6) |
| OKLCH | oklch(0.793 0.158 168.6) |
Copy-ready code
/* CSS */
color: #0fdba9;
background-color: #0fdba9;
/* Tailwind (arbitrary) */
class="text-[#0fdba9] bg-[#0fdba9]"
/* SCSS */
$brand: #0fdba9;
/* SwiftUI */
Color(red: 0.059, green: 0.859, blue: 0.663)
/* Android */
Color.parseColor("#0fdba9")Accessibility — WCAG contrast
Aa
#0fdba9 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdba9 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.9%
Blue66.3%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow22.8%
Key (black)14.1%
Color previews
#0fdba9 text on a black background
contrast 11.73:1
Card sample
#0fdba9 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdba9;
Background color
Panel with #0fdba9 background
background-color: #0fdba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 219, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 219, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdba9; background: linear-gradient(135deg, #0fdba9, #0F85DB);