#0ceacb
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 234, 203
HSL
172°, 90%, 48%
CMYK
95, 0, 13, 8
Luminance
0.6324
Every format
| HEX | #0ceacb |
| RGB | rgb(12, 234, 203) |
| HSL | hsl(172, 90%, 48%) |
| CMYK | cmyk(95%, 0%, 13%, 8%) |
| LAB | lab(83.6 -53.4 1.9) |
| LCH | lch(83.6 53.4 177.9) |
| OKLCH | oklch(0.839 0.153 178.4) |
Copy-ready code
/* CSS */
color: #0ceacb;
background-color: #0ceacb;
/* Tailwind (arbitrary) */
class="text-[#0ceacb] bg-[#0ceacb]"
/* SCSS */
$brand: #0ceacb;
/* SwiftUI */
Color(red: 0.047, green: 0.918, blue: 0.796)
/* Android */
Color.parseColor("#0ceacb")Accessibility — WCAG contrast
Aa
#0ceacb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ceacb on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green91.8%
Blue79.6%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow13.2%
Key (black)8.2%
Color previews
#0ceacb text on a black background
contrast 13.65:1
Card sample
#0ceacb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ceacb;
Background color
Panel with #0ceacb background
background-color: #0ceacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ceacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 234, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 234, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ceacb; background: linear-gradient(135deg, #0ceacb, #0C75EA);