#10beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
16, 190, 238
HSL
193°, 87%, 50%
CMYK
93, 20, 0, 7
Luminance
0.4311
Every format
| HEX | #10beee |
| RGB | rgb(16, 190, 238) |
| HSL | hsl(193, 87%, 50%) |
| CMYK | cmyk(93%, 20%, 0%, 7%) |
| LAB | lab(71.6 -22.6 -34.8) |
| LCH | lch(71.6 41.5 237.0) |
| OKLCH | oklch(0.746 0.139 224.7) |
Copy-ready code
/* CSS */
color: #10beee;
background-color: #10beee;
/* Tailwind (arbitrary) */
class="text-[#10beee] bg-[#10beee]"
/* SCSS */
$brand: #10beee;
/* SwiftUI */
Color(red: 0.063, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#10beee")Accessibility — WCAG contrast
Aa
#10beee on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#10beee on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green74.5%
Blue93.3%
CMYK percentages
Cyan93.3%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#10beee text on a black background
contrast 9.62:1
Card sample
#10beee text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #10beee;
Background color
Panel with #10beee background
background-color: #10beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #10beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #10beee; background: linear-gradient(135deg, #10beee, #102AEE);