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