#61adef
a light, electric blue · cool · closest name: steelblue
RGB
97, 173, 239
HSL
208°, 82%, 66%
CMYK
59, 28, 0, 6
Luminance
0.3866
Every format
| HEX | #61adef |
| RGB | rgb(97, 173, 239) |
| HSL | hsl(208, 82%, 66%) |
| CMYK | cmyk(59%, 28%, 0%, 6%) |
| LAB | lab(68.5 -4.3 -40.1) |
| LCH | lch(68.5 40.3 263.8) |
| OKLCH | oklch(0.726 0.123 246.7) |
Copy-ready code
/* CSS */
color: #61adef;
background-color: #61adef;
/* Tailwind (arbitrary) */
class="text-[#61adef] bg-[#61adef]"
/* SCSS */
$brand: #61adef;
/* SwiftUI */
Color(red: 0.380, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#61adef")Accessibility — WCAG contrast
Aa
#61adef on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61adef on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green67.8%
Blue93.7%
CMYK percentages
Cyan59.4%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#61adef text on a black background
contrast 8.73:1
Card sample
#61adef text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61adef;
Background color
Panel with #61adef background
background-color: #61adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61adef; background: linear-gradient(135deg, #61adef, #7461EF);