#61dbeb
a light, electric cyan · cool · closest name: skyblue
RGB
97, 219, 235
HSL
187°, 78%, 65%
CMYK
59, 7, 0, 8
Luminance
0.5920
Every format
| HEX | #61dbeb |
| RGB | rgb(97, 219, 235) |
| HSL | hsl(187, 78%, 65%) |
| CMYK | cmyk(59%, 7%, 0%, 8%) |
| LAB | lab(81.4 -29.4 -18.1) |
| LCH | lch(81.4 34.5 211.6) |
| OKLCH | oklch(0.828 0.110 207.0) |
Copy-ready code
/* CSS */
color: #61dbeb;
background-color: #61dbeb;
/* Tailwind (arbitrary) */
class="text-[#61dbeb] bg-[#61dbeb]"
/* SCSS */
$brand: #61dbeb;
/* SwiftUI */
Color(red: 0.380, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#61dbeb")Accessibility — WCAG contrast
Aa
#61dbeb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61dbeb on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green85.9%
Blue92.2%
CMYK percentages
Cyan58.7%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#61dbeb text on a black background
contrast 12.84:1
Card sample
#61dbeb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61dbeb;
Background color
Panel with #61dbeb background
background-color: #61dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61dbeb; background: linear-gradient(135deg, #61dbeb, #617FEB);