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