#0dbfd8
a dark, electric cyan · cool · closest name: skyblue
RGB
13, 191, 216
HSL
187°, 89%, 45%
CMYK
94, 12, 0, 15
Luminance
0.4231
Every format
| HEX | #0dbfd8 |
| RGB | rgb(13, 191, 216) |
| HSL | hsl(187, 89%, 45%) |
| CMYK | cmyk(94%, 12%, 0%, 15%) |
| LAB | lab(71.1 -30.5 -23.7) |
| LCH | lch(71.1 38.6 217.8) |
| OKLCH | oklch(0.739 0.127 211.4) |
Copy-ready code
/* CSS */
color: #0dbfd8;
background-color: #0dbfd8;
/* Tailwind (arbitrary) */
class="text-[#0dbfd8] bg-[#0dbfd8]"
/* SCSS */
$brand: #0dbfd8;
/* SwiftUI */
Color(red: 0.051, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#0dbfd8")Accessibility — WCAG contrast
Aa
#0dbfd8 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dbfd8 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green74.9%
Blue84.7%
CMYK percentages
Cyan94.0%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#0dbfd8 text on a black background
contrast 9.46:1
Card sample
#0dbfd8 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dbfd8;
Background color
Panel with #0dbfd8 background
background-color: #0dbfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dbfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbfd8; background: linear-gradient(135deg, #0dbfd8, #0D38D8);