#0dfdae
a balanced, electric cyan · cool · closest name: aquamarine
RGB
13, 253, 174
HSL
160°, 98%, 52%
CMYK
95, 0, 31, 1
Luminance
0.7339
Every format
| HEX | #0dfdae |
| RGB | rgb(13, 253, 174) |
| HSL | hsl(160, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 31%, 1%) |
| LAB | lab(88.6 -67.4 24.1) |
| LCH | lch(88.6 71.6 160.3) |
| OKLCH | oklch(0.879 0.193 161.5) |
Copy-ready code
/* CSS */
color: #0dfdae;
background-color: #0dfdae;
/* Tailwind (arbitrary) */
class="text-[#0dfdae] bg-[#0dfdae]"
/* SCSS */
$brand: #0dfdae;
/* SwiftUI */
Color(red: 0.051, green: 0.992, blue: 0.682)
/* Android */
Color.parseColor("#0dfdae")Accessibility — WCAG contrast
Aa
#0dfdae on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfdae on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green99.2%
Blue68.2%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow31.2%
Key (black)0.8%
Color previews
#0dfdae text on a black background
contrast 15.68:1
Card sample
#0dfdae text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfdae;
Background color
Panel with #0dfdae background
background-color: #0dfdae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfdae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 253, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 253, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfdae; background: linear-gradient(135deg, #0dfdae, #0DACFD);