#61afdf
a balanced, vivid blue · cool · closest name: skyblue
RGB
97, 175, 223
HSL
203°, 66%, 63%
CMYK
57, 22, 0, 13
Luminance
0.3853
Every format
| HEX | #61afdf |
| RGB | rgb(97, 175, 223) |
| HSL | hsl(203, 66%, 63%) |
| CMYK | cmyk(57%, 22%, 0%, 13%) |
| LAB | lab(68.4 -10.4 -31.5) |
| LCH | lch(68.4 33.1 251.8) |
| OKLCH | oklch(0.723 0.104 237.6) |
Copy-ready code
/* CSS */
color: #61afdf;
background-color: #61afdf;
/* Tailwind (arbitrary) */
class="text-[#61afdf] bg-[#61afdf]"
/* SCSS */
$brand: #61afdf;
/* SwiftUI */
Color(red: 0.380, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#61afdf")Accessibility — WCAG contrast
Aa
#61afdf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61afdf on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green68.6%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#61afdf text on a black background
contrast 8.71:1
Card sample
#61afdf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61afdf;
Background color
Panel with #61afdf background
background-color: #61afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61afdf; background: linear-gradient(135deg, #61afdf, #6761DF);