#10c2db
a balanced, electric cyan · cool · closest name: skyblue
RGB
16, 194, 219
HSL
187°, 86%, 46%
CMYK
93, 11, 0, 14
Luminance
0.4381
Every format
| HEX | #10c2db |
| RGB | rgb(16, 194, 219) |
| HSL | hsl(187, 86%, 46%) |
| CMYK | cmyk(93%, 11%, 0%, 14%) |
| LAB | lab(72.1 -30.9 -23.8) |
| LCH | lch(72.1 39.0 217.6) |
| OKLCH | oklch(0.747 0.128 211.2) |
Copy-ready code
/* CSS */
color: #10c2db;
background-color: #10c2db;
/* Tailwind (arbitrary) */
class="text-[#10c2db] bg-[#10c2db]"
/* SCSS */
$brand: #10c2db;
/* SwiftUI */
Color(red: 0.063, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#10c2db")Accessibility — WCAG contrast
Aa
#10c2db on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10c2db on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green76.1%
Blue85.9%
CMYK percentages
Cyan92.7%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#10c2db text on a black background
contrast 9.76:1
Card sample
#10c2db text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10c2db;
Background color
Panel with #10c2db background
background-color: #10c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10c2db; background: linear-gradient(135deg, #10c2db, #103BDB);