#0fefba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 239, 186
HSL
166°, 88%, 50%
CMYK
94, 0, 22, 6
Luminance
0.6538
Every format
| HEX | #0fefba |
| RGB | rgb(15, 239, 186) |
| HSL | hsl(166, 88%, 50%) |
| CMYK | cmyk(94%, 0%, 22%, 6%) |
| LAB | lab(84.7 -59.5 12.4) |
| LCH | lch(84.7 60.8 168.2) |
| OKLCH | oklch(0.847 0.168 169.1) |
Copy-ready code
/* CSS */
color: #0fefba;
background-color: #0fefba;
/* Tailwind (arbitrary) */
class="text-[#0fefba] bg-[#0fefba]"
/* SCSS */
$brand: #0fefba;
/* SwiftUI */
Color(red: 0.059, green: 0.937, blue: 0.729)
/* Android */
Color.parseColor("#0fefba")Accessibility — WCAG contrast
Aa
#0fefba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fefba on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green93.7%
Blue72.9%
CMYK percentages
Cyan93.7%
Magenta0.0%
Yellow22.2%
Key (black)6.3%
Color previews
#0fefba text on a black background
contrast 14.08:1
Card sample
#0fefba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fefba;
Background color
Panel with #0fefba background
background-color: #0fefba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fefba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 239, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 239, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fefba; background: linear-gradient(135deg, #0fefba, #0F8FEF);