#0cebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
12, 235, 253
HSL
185°, 98%, 52%
CMYK
95, 7, 0, 1
Luminance
0.6659
Every format
| HEX | #0cebfd |
| RGB | rgb(12, 235, 253) |
| HSL | hsl(185, 98%, 52%) |
| CMYK | cmyk(95%, 7%, 0%, 1%) |
| LAB | lab(85.3 -39.6 -21.9) |
| LCH | lch(85.3 45.2 208.9) |
| OKLCH | oklch(0.858 0.145 204.7) |
Copy-ready code
/* CSS */
color: #0cebfd;
background-color: #0cebfd;
/* Tailwind (arbitrary) */
class="text-[#0cebfd] bg-[#0cebfd]"
/* SCSS */
$brand: #0cebfd;
/* SwiftUI */
Color(red: 0.047, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#0cebfd")Accessibility — WCAG contrast
Aa
#0cebfd on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0cebfd on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green92.2%
Blue99.2%
CMYK percentages
Cyan95.3%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#0cebfd text on a black background
contrast 14.32:1
Card sample
#0cebfd text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0cebfd;
Background color
Panel with #0cebfd background
background-color: #0cebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0cebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0cebfd; background: linear-gradient(135deg, #0cebfd, #0C4AFD);