#0cecba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 236, 186
HSL
167°, 90%, 49%
CMYK
95, 0, 21, 8
Luminance
0.6361
Every format
| HEX | #0cecba |
| RGB | rgb(12, 236, 186) |
| HSL | hsl(167, 90%, 49%) |
| CMYK | cmyk(95%, 0%, 21%, 8%) |
| LAB | lab(83.8 -58.5 11.1) |
| LCH | lch(83.8 59.5 169.2) |
| OKLCH | oklch(0.839 0.165 170.1) |
Copy-ready code
/* CSS */
color: #0cecba;
background-color: #0cecba;
/* Tailwind (arbitrary) */
class="text-[#0cecba] bg-[#0cecba]"
/* SCSS */
$brand: #0cecba;
/* SwiftUI */
Color(red: 0.047, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#0cecba")Accessibility — WCAG contrast
Aa
#0cecba on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cecba on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green92.5%
Blue72.9%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#0cecba text on a black background
contrast 13.72:1
Card sample
#0cecba text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cecba;
Background color
Panel with #0cecba background
background-color: #0cecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cecba; background: linear-gradient(135deg, #0cecba, #0C89EC);