#61ccf7
a light, electric cyan · cool · closest name: skyblue
RGB
97, 204, 247
HSL
197°, 90%, 68%
CMYK
61, 17, 0, 3
Luminance
0.5244
Every format
| HEX | #61ccf7 |
| RGB | rgb(97, 204, 247) |
| HSL | hsl(197, 90%, 68%) |
| CMYK | cmyk(61%, 17%, 0%, 3%) |
| LAB | lab(77.5 -18.5 -30.4) |
| LCH | lch(77.5 35.5 238.7) |
| OKLCH | oklch(0.799 0.115 227.3) |
Copy-ready code
/* CSS */
color: #61ccf7;
background-color: #61ccf7;
/* Tailwind (arbitrary) */
class="text-[#61ccf7] bg-[#61ccf7]"
/* SCSS */
$brand: #61ccf7;
/* SwiftUI */
Color(red: 0.380, green: 0.800, blue: 0.969)
/* Android */
Color.parseColor("#61ccf7")Accessibility — WCAG contrast
Aa
#61ccf7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ccf7 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.0%
Blue96.9%
CMYK percentages
Cyan60.7%
Magenta17.4%
Yellow0.0%
Key (black)3.1%
Color previews
#61ccf7 text on a black background
contrast 11.49:1
Card sample
#61ccf7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ccf7;
Background color
Panel with #61ccf7 background
background-color: #61ccf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ccf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 204, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 204, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ccf7; background: linear-gradient(135deg, #61ccf7, #6168F7);