#13dbeb
a balanced, electric cyan · cool · closest name: cyan
RGB
19, 219, 235
HSL
184°, 85%, 50%
CMYK
92, 7, 0, 8
Luminance
0.5680
Every format
| HEX | #13dbeb |
| RGB | rgb(19, 219, 235) |
| HSL | hsl(184, 85%, 50%) |
| CMYK | cmyk(92%, 7%, 0%, 8%) |
| LAB | lab(80.1 -37.5 -20.3) |
| LCH | lch(80.1 42.6 208.3) |
| OKLCH | oklch(0.814 0.137 204.3) |
Copy-ready code
/* CSS */
color: #13dbeb;
background-color: #13dbeb;
/* Tailwind (arbitrary) */
class="text-[#13dbeb] bg-[#13dbeb]"
/* SCSS */
$brand: #13dbeb;
/* SwiftUI */
Color(red: 0.075, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#13dbeb")Accessibility — WCAG contrast
Aa
#13dbeb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13dbeb on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green85.9%
Blue92.2%
CMYK percentages
Cyan91.9%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#13dbeb text on a black background
contrast 12.36:1
Card sample
#13dbeb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13dbeb;
Background color
Panel with #13dbeb background
background-color: #13dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13dbeb; background: linear-gradient(135deg, #13dbeb, #134BEB);