#0dbbfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
13, 187, 251
HSL
196°, 97%, 52%
CMYK
95, 26, 0, 2
Luminance
0.4259
Every format
| HEX | #0dbbfb |
| RGB | rgb(13, 187, 251) |
| HSL | hsl(196, 97%, 52%) |
| CMYK | cmyk(95%, 26%, 0%, 2%) |
| LAB | lab(71.3 -16.6 -42.4) |
| LCH | lch(71.3 45.5 248.6) |
| OKLCH | oklch(0.745 0.151 232.5) |
Copy-ready code
/* CSS */
color: #0dbbfb;
background-color: #0dbbfb;
/* Tailwind (arbitrary) */
class="text-[#0dbbfb] bg-[#0dbbfb]"
/* SCSS */
$brand: #0dbbfb;
/* SwiftUI */
Color(red: 0.051, green: 0.733, blue: 0.984)
/* Android */
Color.parseColor("#0dbbfb")Accessibility — WCAG contrast
Aa
#0dbbfb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dbbfb on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green73.3%
Blue98.4%
CMYK percentages
Cyan94.8%
Magenta25.5%
Yellow0.0%
Key (black)1.6%
Color previews
#0dbbfb text on a black background
contrast 9.52:1
Card sample
#0dbbfb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dbbfb;
Background color
Panel with #0dbbfb background
background-color: #0dbbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dbbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 187, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 187, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbbfb; background: linear-gradient(135deg, #0dbbfb, #0D1DFB);