#61cceb
a light, electric cyan · cool · closest name: skyblue
RGB
97, 204, 235
HSL
194°, 78%, 65%
CMYK
59, 13, 0, 8
Luminance
0.5173
Every format
| HEX | #61cceb |
| RGB | rgb(97, 204, 235) |
| HSL | hsl(194, 78%, 65%) |
| CMYK | cmyk(59%, 13%, 0%, 8%) |
| LAB | lab(77.1 -22.0 -24.6) |
| LCH | lch(77.1 33.0 228.2) |
| OKLCH | oklch(0.794 0.107 219.6) |
Copy-ready code
/* CSS */
color: #61cceb;
background-color: #61cceb;
/* Tailwind (arbitrary) */
class="text-[#61cceb] bg-[#61cceb]"
/* SCSS */
$brand: #61cceb;
/* SwiftUI */
Color(red: 0.380, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#61cceb")Accessibility — WCAG contrast
Aa
#61cceb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61cceb on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.0%
Blue92.2%
CMYK percentages
Cyan58.7%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#61cceb text on a black background
contrast 11.35:1
Card sample
#61cceb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61cceb;
Background color
Panel with #61cceb background
background-color: #61cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61cceb; background: linear-gradient(135deg, #61cceb, #6170EB);