#0cecad
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 236, 173
HSL
163°, 90%, 49%
CMYK
95, 0, 27, 8
Luminance
0.6309
Every format
| HEX | #0cecad |
| RGB | rgb(12, 236, 173) |
| HSL | hsl(163, 90%, 49%) |
| CMYK | cmyk(95%, 0%, 27%, 8%) |
| LAB | lab(83.5 -61.5 17.5) |
| LCH | lch(83.5 63.9 164.1) |
| OKLCH | oklch(0.836 0.174 165.2) |
Copy-ready code
/* CSS */
color: #0cecad;
background-color: #0cecad;
/* Tailwind (arbitrary) */
class="text-[#0cecad] bg-[#0cecad]"
/* SCSS */
$brand: #0cecad;
/* SwiftUI */
Color(red: 0.047, green: 0.925, blue: 0.678)
/* Android */
Color.parseColor("#0cecad")Accessibility — WCAG contrast
Aa
#0cecad on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cecad on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green92.5%
Blue67.8%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow26.7%
Key (black)7.5%
Color previews
#0cecad text on a black background
contrast 13.62:1
Card sample
#0cecad text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cecad;
Background color
Panel with #0cecad background
background-color: #0cecad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cecad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 236, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 236, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cecad; background: linear-gradient(135deg, #0cecad, #0C96EC);