#0ffcac
a balanced, electric green · cool · closest name: aquamarine
RGB
15, 252, 172
HSL
160°, 98%, 52%
CMYK
94, 0, 32, 1
Luminance
0.7270
Every format
| HEX | #0ffcac |
| RGB | rgb(15, 252, 172) |
| HSL | hsl(160, 98%, 52%) |
| CMYK | cmyk(94%, 0%, 32%, 1%) |
| LAB | lab(88.3 -67.4 24.7) |
| LCH | lch(88.3 71.8 159.9) |
| OKLCH | oklch(0.876 0.193 161.1) |
Copy-ready code
/* CSS */
color: #0ffcac;
background-color: #0ffcac;
/* Tailwind (arbitrary) */
class="text-[#0ffcac] bg-[#0ffcac]"
/* SCSS */
$brand: #0ffcac;
/* SwiftUI */
Color(red: 0.059, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#0ffcac")Accessibility — WCAG contrast
Aa
#0ffcac on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ffcac on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green98.8%
Blue67.5%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#0ffcac text on a black background
contrast 15.54:1
Card sample
#0ffcac text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ffcac;
Background color
Panel with #0ffcac background
background-color: #0ffcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ffcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ffcac; background: linear-gradient(135deg, #0ffcac, #0FAEFC);