#61cefc
a light, electric cyan · cool · closest name: skyblue
RGB
97, 206, 252
HSL
198°, 96%, 68%
CMYK
62, 18, 0, 1
Luminance
0.5371
Every format
| HEX | #61cefc |
| RGB | rgb(97, 206, 252) |
| HSL | hsl(198, 96%, 68%) |
| CMYK | cmyk(62%, 18%, 0%, 1%) |
| LAB | lab(78.3 -18.0 -31.9) |
| LCH | lch(78.3 36.6 240.6) |
| OKLCH | oklch(0.805 0.119 228.6) |
Copy-ready code
/* CSS */
color: #61cefc;
background-color: #61cefc;
/* Tailwind (arbitrary) */
class="text-[#61cefc] bg-[#61cefc]"
/* SCSS */
$brand: #61cefc;
/* SwiftUI */
Color(red: 0.380, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#61cefc")Accessibility — WCAG contrast
Aa
#61cefc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61cefc on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.8%
Blue98.8%
CMYK percentages
Cyan61.5%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#61cefc text on a black background
contrast 11.74:1
Card sample
#61cefc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61cefc;
Background color
Panel with #61cefc background
background-color: #61cefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61cefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61cefc; background: linear-gradient(135deg, #61cefc, #6167FC);