#0ffeb0
a balanced, electric cyan · cool · closest name: aquamarine
RGB
15, 254, 176
HSL
160°, 99%, 53%
CMYK
94, 0, 31, 0
Luminance
0.7412
Every format
| HEX | #0ffeb0 |
| RGB | rgb(15, 254, 176) |
| HSL | hsl(160, 99%, 53%) |
| CMYK | cmyk(94%, 0%, 31%, 0%) |
| LAB | lab(89.0 -67.3 23.6) |
| LCH | lch(89.0 71.3 160.7) |
| OKLCH | oklch(0.882 0.192 161.9) |
Copy-ready code
/* CSS */
color: #0ffeb0;
background-color: #0ffeb0;
/* Tailwind (arbitrary) */
class="text-[#0ffeb0] bg-[#0ffeb0]"
/* SCSS */
$brand: #0ffeb0;
/* SwiftUI */
Color(red: 0.059, green: 0.996, blue: 0.690)
/* Android */
Color.parseColor("#0ffeb0")Accessibility — WCAG contrast
Aa
#0ffeb0 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffeb0 on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green99.6%
Blue69.0%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow30.7%
Key (black)0.4%
Color previews
#0ffeb0 text on a black background
contrast 15.82:1
Card sample
#0ffeb0 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffeb0;
Background color
Panel with #0ffeb0 background
background-color: #0ffeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 254, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 254, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffeb0; background: linear-gradient(135deg, #0ffeb0, #0FADFE);