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