#0dfbc5
a balanced, electric cyan · cool · closest name: aquamarine
RGB
13, 251, 197
HSL
166°, 97%, 52%
CMYK
95, 0, 22, 2
Luminance
0.7311
Every format
| HEX | #0dfbc5 |
| RGB | rgb(13, 251, 197) |
| HSL | hsl(166, 97%, 52%) |
| CMYK | cmyk(95%, 0%, 22%, 2%) |
| LAB | lab(88.5 -61.5 12.1) |
| LCH | lch(88.5 62.7 168.8) |
| OKLCH | oklch(0.879 0.173 169.7) |
Copy-ready code
/* CSS */
color: #0dfbc5;
background-color: #0dfbc5;
/* Tailwind (arbitrary) */
class="text-[#0dfbc5] bg-[#0dfbc5]"
/* SCSS */
$brand: #0dfbc5;
/* SwiftUI */
Color(red: 0.051, green: 0.984, blue: 0.773)
/* Android */
Color.parseColor("#0dfbc5")Accessibility — WCAG contrast
Aa
#0dfbc5 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfbc5 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green98.4%
Blue77.3%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow21.5%
Key (black)1.6%
Color previews
#0dfbc5 text on a black background
contrast 15.62:1
Card sample
#0dfbc5 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfbc5;
Background color
Panel with #0dfbc5 background
background-color: #0dfbc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfbc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 251, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 251, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfbc5; background: linear-gradient(135deg, #0dfbc5, #0D92FB);