#0dfeb3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
13, 254, 179
HSL
161°, 99%, 52%
CMYK
95, 0, 30, 0
Luminance
0.7422
Every format
| HEX | #0dfeb3 |
| RGB | rgb(13, 254, 179) |
| HSL | hsl(161, 99%, 52%) |
| CMYK | cmyk(95%, 0%, 30%, 0%) |
| LAB | lab(89.0 -66.7 22.1) |
| LCH | lch(89.0 70.3 161.6) |
| OKLCH | oklch(0.882 0.190 162.8) |
Copy-ready code
/* CSS */
color: #0dfeb3;
background-color: #0dfeb3;
/* Tailwind (arbitrary) */
class="text-[#0dfeb3] bg-[#0dfeb3]"
/* SCSS */
$brand: #0dfeb3;
/* SwiftUI */
Color(red: 0.051, green: 0.996, blue: 0.702)
/* Android */
Color.parseColor("#0dfeb3")Accessibility — WCAG contrast
Aa
#0dfeb3 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfeb3 on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green99.6%
Blue70.2%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow29.5%
Key (black)0.4%
Color previews
#0dfeb3 text on a black background
contrast 15.84:1
Card sample
#0dfeb3 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfeb3;
Background color
Panel with #0dfeb3 background
background-color: #0dfeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 254, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 254, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfeb3; background: linear-gradient(135deg, #0dfeb3, #0DA9FE);