#0fe3af
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 227, 175
HSL
165°, 88%, 48%
CMYK
93, 0, 23, 11
Luminance
0.5813
Every format
| HEX | #0fe3af |
| RGB | rgb(15, 227, 175) |
| HSL | hsl(165, 88%, 48%) |
| CMYK | cmyk(93%, 0%, 23%, 11%) |
| LAB | lab(80.8 -57.5 12.7) |
| LCH | lch(80.8 58.9 167.5) |
| OKLCH | oklch(0.814 0.163 168.5) |
Copy-ready code
/* CSS */
color: #0fe3af;
background-color: #0fe3af;
/* Tailwind (arbitrary) */
class="text-[#0fe3af] bg-[#0fe3af]"
/* SCSS */
$brand: #0fe3af;
/* SwiftUI */
Color(red: 0.059, green: 0.890, blue: 0.686)
/* Android */
Color.parseColor("#0fe3af")Accessibility — WCAG contrast
Aa
#0fe3af on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fe3af on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green89.0%
Blue68.6%
CMYK percentages
Cyan93.4%
Magenta0.0%
Yellow22.9%
Key (black)11.0%
Color previews
#0fe3af text on a black background
contrast 12.63:1
Card sample
#0fe3af text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fe3af;
Background color
Panel with #0fe3af background
background-color: #0fe3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fe3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 227, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 227, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fe3af; background: linear-gradient(135deg, #0fe3af, #0F8AE3);