#0dbfd3
a dark, electric cyan · cool · closest name: skyblue
RGB
13, 191, 211
HSL
186°, 88%, 44%
CMYK
94, 10, 0, 17
Luminance
0.4205
Every format
| HEX | #0dbfd3 |
| RGB | rgb(13, 191, 211) |
| HSL | hsl(186, 88%, 44%) |
| CMYK | cmyk(94%, 10%, 0%, 17%) |
| LAB | lab(70.9 -32.1 -21.2) |
| LCH | lch(70.9 38.5 213.5) |
| OKLCH | oklch(0.737 0.125 208.2) |
Copy-ready code
/* CSS */
color: #0dbfd3;
background-color: #0dbfd3;
/* Tailwind (arbitrary) */
class="text-[#0dbfd3] bg-[#0dbfd3]"
/* SCSS */
$brand: #0dbfd3;
/* SwiftUI */
Color(red: 0.051, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#0dbfd3")Accessibility — WCAG contrast
Aa
#0dbfd3 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dbfd3 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green74.9%
Blue82.7%
CMYK percentages
Cyan93.8%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#0dbfd3 text on a black background
contrast 9.41:1
Card sample
#0dbfd3 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dbfd3;
Background color
Panel with #0dbfd3 background
background-color: #0dbfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dbfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dbfd3; background: linear-gradient(135deg, #0dbfd3, #0D3BD3);