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