#0dbcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
13, 188, 253
HSL
196°, 98%, 52%
CMYK
95, 26, 0, 1
Luminance
0.4314
Every format
| HEX | #0dbcfd |
| RGB | rgb(13, 188, 253) |
| HSL | hsl(196, 98%, 52%) |
| CMYK | cmyk(95%, 26%, 0%, 1%) |
| LAB | lab(71.7 -16.5 -42.9) |
| LCH | lch(71.7 45.9 249.0) |
| OKLCH | oklch(0.748 0.152 232.7) |
Copy-ready code
/* CSS */
color: #0dbcfd;
background-color: #0dbcfd;
/* Tailwind (arbitrary) */
class="text-[#0dbcfd] bg-[#0dbcfd]"
/* SCSS */
$brand: #0dbcfd;
/* SwiftUI */
Color(red: 0.051, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#0dbcfd")Accessibility — WCAG contrast
Aa
#0dbcfd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dbcfd on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green73.7%
Blue99.2%
CMYK percentages
Cyan94.9%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#0dbcfd text on a black background
contrast 9.63:1
Card sample
#0dbcfd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dbcfd;
Background color
Panel with #0dbcfd background
background-color: #0dbcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dbcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbcfd; background: linear-gradient(135deg, #0dbcfd, #0D1CFD);