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