#61a2af
a balanced, soft cyan · cool · closest name: skyblue
RGB
97, 162, 175
HSL
190°, 33%, 53%
CMYK
45, 7, 0, 31
Luminance
0.3148
Every format
| HEX | #61a2af |
| RGB | rgb(97, 162, 175) |
| HSL | hsl(190, 33%, 53%) |
| CMYK | cmyk(45%, 7%, 0%, 31%) |
| LAB | lab(62.9 -17.3 -13.2) |
| LCH | lch(62.9 21.8 217.4) |
| OKLCH | oklch(0.673 0.069 211.8) |
Copy-ready code
/* CSS */
color: #61a2af;
background-color: #61a2af;
/* Tailwind (arbitrary) */
class="text-[#61a2af] bg-[#61a2af]"
/* SCSS */
$brand: #61a2af;
/* SwiftUI */
Color(red: 0.380, green: 0.635, blue: 0.686)
/* Android */
Color.parseColor("#61a2af")Accessibility — WCAG contrast
Aa
#61a2af on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61a2af on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green63.5%
Blue68.6%
CMYK percentages
Cyan44.6%
Magenta7.4%
Yellow0.0%
Key (black)31.4%
Color previews
#61a2af text on a black background
contrast 7.30:1
Card sample
#61a2af text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61a2af;
Background color
Panel with #61a2af background
background-color: #61a2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61a2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 162, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 162, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61a2af; background: linear-gradient(135deg, #61a2af, #616EAF);