#0cebec
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 235, 236
HSL
180°, 90%, 49%
CMYK
95, 0, 0, 8
Luminance
0.6555
Every format
| HEX | #0cebec |
| RGB | rgb(12, 235, 236) |
| HSL | hsl(180, 90%, 49%) |
| CMYK | cmyk(95%, 0%, 0%, 8%) |
| LAB | lab(84.8 -44.6 -13.7) |
| LCH | lch(84.8 46.7 197.1) |
| OKLCH | oklch(0.852 0.144 195.3) |
Copy-ready code
/* CSS */
color: #0cebec;
background-color: #0cebec;
/* Tailwind (arbitrary) */
class="text-[#0cebec] bg-[#0cebec]"
/* SCSS */
$brand: #0cebec;
/* SwiftUI */
Color(red: 0.047, green: 0.922, blue: 0.925)
/* Android */
Color.parseColor("#0cebec")Accessibility — WCAG contrast
Aa
#0cebec on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cebec on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green92.2%
Blue92.5%
CMYK percentages
Cyan94.9%
Magenta0.4%
Yellow0.0%
Key (black)7.5%
Color previews
#0cebec text on a black background
contrast 14.11:1
Card sample
#0cebec text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cebec;
Background color
Panel with #0cebec background
background-color: #0cebec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cebec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 235, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 235, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cebec; background: linear-gradient(135deg, #0cebec, #0C56EC);