#0cdfeb
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 223, 235
HSL
183°, 90%, 48%
CMYK
95, 5, 0, 8
Luminance
0.5885
Every format
| HEX | #0cdfeb |
| RGB | rgb(12, 223, 235) |
| HSL | hsl(183, 90%, 48%) |
| CMYK | cmyk(95%, 5%, 0%, 8%) |
| LAB | lab(81.2 -39.6 -18.5) |
| LCH | lch(81.2 43.7 205.1) |
| OKLCH | oklch(0.823 0.139 201.8) |
Copy-ready code
/* CSS */
color: #0cdfeb;
background-color: #0cdfeb;
/* Tailwind (arbitrary) */
class="text-[#0cdfeb] bg-[#0cdfeb]"
/* SCSS */
$brand: #0cdfeb;
/* SwiftUI */
Color(red: 0.047, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#0cdfeb")Accessibility — WCAG contrast
Aa
#0cdfeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cdfeb on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green87.5%
Blue92.2%
CMYK percentages
Cyan94.9%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#0cdfeb text on a black background
contrast 12.77:1
Card sample
#0cdfeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cdfeb;
Background color
Panel with #0cdfeb background
background-color: #0cdfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cdfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cdfeb; background: linear-gradient(135deg, #0cdfeb, #0C4AEB);