#0fffba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 255, 186
HSL
163°, 100%, 53%
CMYK
94, 0, 27, 0
Luminance
0.7517
Every format
| HEX | #0fffba |
| RGB | rgb(15, 255, 186) |
| HSL | hsl(163, 100%, 53%) |
| CMYK | cmyk(94%, 0%, 27%, 0%) |
| LAB | lab(89.5 -65.4 19.2) |
| LCH | lch(89.5 68.2 163.7) |
| OKLCH | oklch(0.886 0.186 164.8) |
Copy-ready code
/* CSS */
color: #0fffba;
background-color: #0fffba;
/* Tailwind (arbitrary) */
class="text-[#0fffba] bg-[#0fffba]"
/* SCSS */
$brand: #0fffba;
/* SwiftUI */
Color(red: 0.059, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#0fffba")Accessibility — WCAG contrast
Aa
#0fffba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fffba on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green100.0%
Blue72.9%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#0fffba text on a black background
contrast 16.03:1
Card sample
#0fffba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fffba;
Background color
Panel with #0fffba background
background-color: #0fffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fffba; background: linear-gradient(135deg, #0fffba, #0FA4FF);