#0fffda
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 255, 218
HSL
171°, 100%, 53%
CMYK
94, 0, 15, 0
Luminance
0.7668
Every format
| HEX | #0fffda |
| RGB | rgb(15, 255, 218) |
| HSL | hsl(171, 100%, 53%) |
| CMYK | cmyk(94%, 0%, 15%, 0%) |
| LAB | lab(90.2 -57.8 3.7) |
| LCH | lch(90.2 57.9 176.4) |
| OKLCH | oklch(0.895 0.165 176.9) |
Copy-ready code
/* CSS */
color: #0fffda;
background-color: #0fffda;
/* Tailwind (arbitrary) */
class="text-[#0fffda] bg-[#0fffda]"
/* SCSS */
$brand: #0fffda;
/* SwiftUI */
Color(red: 0.059, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#0fffda")Accessibility — WCAG contrast
Aa
#0fffda on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fffda on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green100.0%
Blue85.5%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#0fffda text on a black background
contrast 16.34:1
Card sample
#0fffda text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fffda;
Background color
Panel with #0fffda background
background-color: #0fffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fffda; background: linear-gradient(135deg, #0fffda, #0F84FF);