#0fdbae
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 219, 174
HSL
167°, 87%, 46%
CMYK
93, 0, 21, 14
Luminance
0.5382
Every format
| HEX | #0fdbae |
| RGB | rgb(15, 219, 174) |
| HSL | hsl(167, 87%, 46%) |
| CMYK | cmyk(93%, 0%, 21%, 14%) |
| LAB | lab(78.3 -54.7 9.8) |
| LCH | lch(78.3 55.6 169.9) |
| OKLCH | oklch(0.794 0.154 170.7) |
Copy-ready code
/* CSS */
color: #0fdbae;
background-color: #0fdbae;
/* Tailwind (arbitrary) */
class="text-[#0fdbae] bg-[#0fdbae]"
/* SCSS */
$brand: #0fdbae;
/* SwiftUI */
Color(red: 0.059, green: 0.859, blue: 0.682)
/* Android */
Color.parseColor("#0fdbae")Accessibility — WCAG contrast
Aa
#0fdbae on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdbae on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.9%
Blue68.2%
CMYK percentages
Cyan93.2%
Magenta0.0%
Yellow20.5%
Key (black)14.1%
Color previews
#0fdbae text on a black background
contrast 11.76:1
Card sample
#0fdbae text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdbae;
Background color
Panel with #0fdbae background
background-color: #0fdbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 219, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 219, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdbae; background: linear-gradient(135deg, #0fdbae, #0F80DB);