#10b2cf
a dark, electric cyan · cool · closest name: skyblue
RGB
16, 178, 207
HSL
189°, 86%, 44%
CMYK
92, 14, 0, 19
Luminance
0.3646
Every format
| HEX | #10b2cf |
| RGB | rgb(16, 178, 207) |
| HSL | hsl(189, 86%, 44%) |
| CMYK | cmyk(92%, 14%, 0%, 19%) |
| LAB | lab(66.9 -26.9 -25.2) |
| LCH | lch(66.9 36.9 223.1) |
| OKLCH | oklch(0.704 0.122 215.2) |
Copy-ready code
/* CSS */
color: #10b2cf;
background-color: #10b2cf;
/* Tailwind (arbitrary) */
class="text-[#10b2cf] bg-[#10b2cf]"
/* SCSS */
$brand: #10b2cf;
/* SwiftUI */
Color(red: 0.063, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#10b2cf")Accessibility — WCAG contrast
Aa
#10b2cf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10b2cf on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green69.8%
Blue81.2%
CMYK percentages
Cyan92.3%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#10b2cf text on a black background
contrast 8.29:1
Card sample
#10b2cf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10b2cf;
Background color
Panel with #10b2cf background
background-color: #10b2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10b2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10b2cf; background: linear-gradient(135deg, #10b2cf, #1033CF);