#0cf4ac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 244, 172
HSL
161°, 91%, 50%
CMYK
95, 0, 30, 4
Luminance
0.6776
Every format
| HEX | #0cf4ac |
| RGB | rgb(12, 244, 172) |
| HSL | hsl(161, 91%, 50%) |
| CMYK | cmyk(95%, 0%, 30%, 4%) |
| LAB | lab(85.9 -64.6 21.4) |
| LCH | lch(85.9 68.1 161.7) |
| OKLCH | oklch(0.856 0.184 162.9) |
Copy-ready code
/* CSS */
color: #0cf4ac;
background-color: #0cf4ac;
/* Tailwind (arbitrary) */
class="text-[#0cf4ac] bg-[#0cf4ac]"
/* SCSS */
$brand: #0cf4ac;
/* SwiftUI */
Color(red: 0.047, green: 0.957, blue: 0.675)
/* Android */
Color.parseColor("#0cf4ac")Accessibility — WCAG contrast
Aa
#0cf4ac on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cf4ac on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green95.7%
Blue67.5%
CMYK percentages
Cyan95.1%
Magenta0.0%
Yellow29.5%
Key (black)4.3%
Color previews
#0cf4ac text on a black background
contrast 14.55:1
Card sample
#0cf4ac text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cf4ac;
Background color
Panel with #0cf4ac background
background-color: #0cf4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cf4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 244, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 244, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cf4ac; background: linear-gradient(135deg, #0cf4ac, #0CA1F4);