#0df0ad
a balanced, electric cyan · cool · closest name: aquamarine
RGB
13, 240, 173
HSL
162°, 90%, 50%
CMYK
95, 0, 28, 6
Luminance
0.6542
Every format
| HEX | #0df0ad |
| RGB | rgb(13, 240, 173) |
| HSL | hsl(162, 90%, 50%) |
| CMYK | cmyk(95%, 0%, 28%, 6%) |
| LAB | lab(84.7 -62.9 19.2) |
| LCH | lch(84.7 65.8 163.0) |
| OKLCH | oklch(0.846 0.179 164.1) |
Copy-ready code
/* CSS */
color: #0df0ad;
background-color: #0df0ad;
/* Tailwind (arbitrary) */
class="text-[#0df0ad] bg-[#0df0ad]"
/* SCSS */
$brand: #0df0ad;
/* SwiftUI */
Color(red: 0.051, green: 0.941, blue: 0.678)
/* Android */
Color.parseColor("#0df0ad")Accessibility — WCAG contrast
Aa
#0df0ad on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0df0ad on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green94.1%
Blue67.8%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow27.9%
Key (black)5.9%
Color previews
#0df0ad text on a black background
contrast 14.08:1
Card sample
#0df0ad text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0df0ad;
Background color
Panel with #0df0ad background
background-color: #0df0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0df0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 240, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 240, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0df0ad; background: linear-gradient(135deg, #0df0ad, #0D9CF0);