#61beee
a light, electric blue · cool · closest name: skyblue
RGB
97, 190, 238
HSL
200°, 81%, 66%
CMYK
59, 20, 0, 7
Luminance
0.4554
Every format
| HEX | #61beee |
| RGB | rgb(97, 190, 238) |
| HSL | hsl(200, 81%, 66%) |
| CMYK | cmyk(59%, 20%, 0%, 7%) |
| LAB | lab(73.2 -13.9 -32.2) |
| LCH | lch(73.2 35.0 246.7) |
| OKLCH | oklch(0.763 0.112 233.4) |
Copy-ready code
/* CSS */
color: #61beee;
background-color: #61beee;
/* Tailwind (arbitrary) */
class="text-[#61beee] bg-[#61beee]"
/* SCSS */
$brand: #61beee;
/* SwiftUI */
Color(red: 0.380, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#61beee")Accessibility — WCAG contrast
Aa
#61beee on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61beee on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green74.5%
Blue93.3%
CMYK percentages
Cyan59.2%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#61beee text on a black background
contrast 10.11:1
Card sample
#61beee text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61beee;
Background color
Panel with #61beee background
background-color: #61beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61beee; background: linear-gradient(135deg, #61beee, #6261EE);