#0decfc
a balanced, electric cyan · cool · closest name: cyan
RGB
13, 236, 252
HSL
184°, 98%, 52%
CMYK
95, 6, 0, 1
Luminance
0.6710
Every format
| HEX | #0decfc |
| RGB | rgb(13, 236, 252) |
| HSL | hsl(184, 98%, 52%) |
| CMYK | cmyk(95%, 6%, 0%, 1%) |
| LAB | lab(85.5 -40.3 -20.9) |
| LCH | lch(85.5 45.4 207.4) |
| OKLCH | oklch(0.860 0.146 203.6) |
Copy-ready code
/* CSS */
color: #0decfc;
background-color: #0decfc;
/* Tailwind (arbitrary) */
class="text-[#0decfc] bg-[#0decfc]"
/* SCSS */
$brand: #0decfc;
/* SwiftUI */
Color(red: 0.051, green: 0.925, blue: 0.988)
/* Android */
Color.parseColor("#0decfc")Accessibility — WCAG contrast
Aa
#0decfc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0decfc on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green92.5%
Blue98.8%
CMYK percentages
Cyan94.8%
Magenta6.3%
Yellow0.0%
Key (black)1.2%
Color previews
#0decfc text on a black background
contrast 14.42:1
Card sample
#0decfc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0decfc;
Background color
Panel with #0decfc background
background-color: #0decfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0decfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 236, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 236, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0decfc; background: linear-gradient(135deg, #0decfc, #0D4DFC);