#10bfcf
a dark, electric cyan · cool · closest name: skyblue
RGB
16, 191, 207
HSL
185°, 86%, 44%
CMYK
92, 8, 0, 19
Luminance
0.4188
Every format
| HEX | #10bfcf |
| RGB | rgb(16, 191, 207) |
| HSL | hsl(185, 86%, 44%) |
| CMYK | cmyk(92%, 8%, 0%, 19%) |
| LAB | lab(70.8 -33.3 -19.2) |
| LCH | lch(70.8 38.4 210.0) |
| OKLCH | oklch(0.735 0.124 205.6) |
Copy-ready code
/* CSS */
color: #10bfcf;
background-color: #10bfcf;
/* Tailwind (arbitrary) */
class="text-[#10bfcf] bg-[#10bfcf]"
/* SCSS */
$brand: #10bfcf;
/* SwiftUI */
Color(red: 0.063, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#10bfcf")Accessibility — WCAG contrast
Aa
#10bfcf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10bfcf on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green74.9%
Blue81.2%
CMYK percentages
Cyan92.3%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#10bfcf text on a black background
contrast 9.38:1
Card sample
#10bfcf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10bfcf;
Background color
Panel with #10bfcf background
background-color: #10bfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10bfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10bfcf; background: linear-gradient(135deg, #10bfcf, #1040CF);