#0cebab
a balanced, electric cyan · cool · closest name: aquamarine
RGB
12, 235, 171
HSL
163°, 90%, 48%
CMYK
95, 0, 27, 8
Luminance
0.6244
Every format
| HEX | #0cebab |
| RGB | rgb(12, 235, 171) |
| HSL | hsl(163, 90%, 48%) |
| CMYK | cmyk(95%, 0%, 27%, 8%) |
| LAB | lab(83.1 -61.6 18.1) |
| LCH | lch(83.1 64.2 163.6) |
| OKLCH | oklch(0.833 0.175 164.7) |
Copy-ready code
/* CSS */
color: #0cebab;
background-color: #0cebab;
/* Tailwind (arbitrary) */
class="text-[#0cebab] bg-[#0cebab]"
/* SCSS */
$brand: #0cebab;
/* SwiftUI */
Color(red: 0.047, green: 0.922, blue: 0.671)
/* Android */
Color.parseColor("#0cebab")Accessibility — WCAG contrast
Aa
#0cebab on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cebab on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green92.2%
Blue67.1%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow27.2%
Key (black)7.8%
Color previews
#0cebab text on a black background
contrast 13.49:1
Card sample
#0cebab text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cebab;
Background color
Panel with #0cebab background
background-color: #0cebab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cebab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 235, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 235, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cebab; background: linear-gradient(135deg, #0cebab, #0C96EB);