#0dbfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
13, 191, 255
HSL
196°, 100%, 53%
CMYK
95, 25, 0, 0
Luminance
0.4457
Every format
| HEX | #0dbfff |
| RGB | rgb(13, 191, 255) |
| HSL | hsl(196, 100%, 53%) |
| CMYK | cmyk(95%, 25%, 0%, 0%) |
| LAB | lab(72.6 -17.4 -42.5) |
| LCH | lch(72.6 45.9 247.8) |
| OKLCH | oklch(0.756 0.152 231.9) |
Copy-ready code
/* CSS */
color: #0dbfff;
background-color: #0dbfff;
/* Tailwind (arbitrary) */
class="text-[#0dbfff] bg-[#0dbfff]"
/* SCSS */
$brand: #0dbfff;
/* SwiftUI */
Color(red: 0.051, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#0dbfff")Accessibility — WCAG contrast
Aa
#0dbfff on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dbfff on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green74.9%
Blue100.0%
CMYK percentages
Cyan94.9%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#0dbfff text on a black background
contrast 9.91:1
Card sample
#0dbfff text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dbfff;
Background color
Panel with #0dbfff background
background-color: #0dbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbfff; background: linear-gradient(135deg, #0dbfff, #0D1DFF);