#61afb2
a balanced, soft cyan · cool · closest name: skyblue
RGB
97, 175, 178
HSL
182°, 35%, 54%
CMYK
46, 2, 0, 30
Luminance
0.3642
Every format
| HEX | #61afb2 |
| RGB | rgb(97, 175, 178) |
| HSL | hsl(182, 35%, 54%) |
| CMYK | cmyk(46%, 2%, 0%, 30%) |
| LAB | lab(66.8 -23.2 -9.0) |
| LCH | lch(66.8 24.9 201.2) |
| OKLCH | oklch(0.705 0.077 198.8) |
Copy-ready code
/* CSS */
color: #61afb2;
background-color: #61afb2;
/* Tailwind (arbitrary) */
class="text-[#61afb2] bg-[#61afb2]"
/* SCSS */
$brand: #61afb2;
/* SwiftUI */
Color(red: 0.380, green: 0.686, blue: 0.698)
/* Android */
Color.parseColor("#61afb2")Accessibility — WCAG contrast
Aa
#61afb2 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61afb2 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green68.6%
Blue69.8%
CMYK percentages
Cyan45.5%
Magenta1.7%
Yellow0.0%
Key (black)30.2%
Color previews
#61afb2 text on a black background
contrast 8.28:1
Card sample
#61afb2 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61afb2;
Background color
Panel with #61afb2 background
background-color: #61afb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61afb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 175, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 175, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61afb2; background: linear-gradient(135deg, #61afb2, #6179B2);