#0cebda
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 235, 218
HSL
175°, 90%, 48%
CMYK
95, 0, 7, 8
Luminance
0.6456
Every format
| HEX | #0cebda |
| RGB | rgb(12, 235, 218) |
| HSL | hsl(175, 90%, 48%) |
| CMYK | cmyk(95%, 0%, 7%, 8%) |
| LAB | lab(84.3 -49.8 -5.0) |
| LCH | lch(84.3 50.0 185.7) |
| OKLCH | oklch(0.846 0.148 185.5) |
Copy-ready code
/* CSS */
color: #0cebda;
background-color: #0cebda;
/* Tailwind (arbitrary) */
class="text-[#0cebda] bg-[#0cebda]"
/* SCSS */
$brand: #0cebda;
/* SwiftUI */
Color(red: 0.047, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#0cebda")Accessibility — WCAG contrast
Aa
#0cebda on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cebda on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green92.2%
Blue85.5%
CMYK percentages
Cyan94.9%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#0cebda text on a black background
contrast 13.91:1
Card sample
#0cebda text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cebda;
Background color
Panel with #0cebda background
background-color: #0cebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cebda; background: linear-gradient(135deg, #0cebda, #0C67EB);