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