#0ffdaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 253, 175
HSL
160°, 98%, 53%
CMYK
94, 0, 31, 1
Luminance
0.7345
Every format
| HEX | #0ffdaf |
| RGB | rgb(15, 253, 175) |
| HSL | hsl(160, 98%, 53%) |
| CMYK | cmyk(94%, 0%, 31%, 1%) |
| LAB | lab(88.7 -67.1 23.7) |
| LCH | lch(88.7 71.2 160.6) |
| OKLCH | oklch(0.879 0.192 161.8) |
Copy-ready code
/* CSS */
color: #0ffdaf;
background-color: #0ffdaf;
/* Tailwind (arbitrary) */
class="text-[#0ffdaf] bg-[#0ffdaf]"
/* SCSS */
$brand: #0ffdaf;
/* SwiftUI */
Color(red: 0.059, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#0ffdaf")Accessibility — WCAG contrast
Aa
#0ffdaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffdaf on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green99.2%
Blue68.6%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#0ffdaf text on a black background
contrast 15.69:1
Card sample
#0ffdaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffdaf;
Background color
Panel with #0ffdaf background
background-color: #0ffdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffdaf; background: linear-gradient(135deg, #0ffdaf, #0FACFD);