#61cef3
a light, electric cyan · cool · closest name: skyblue
RGB
97, 206, 243
HSL
195°, 86%, 67%
CMYK
60, 15, 0, 5
Luminance
0.5316
Every format
| HEX | #61cef3 |
| RGB | rgb(97, 206, 243) |
| HSL | hsl(195, 86%, 67%) |
| CMYK | cmyk(60%, 15%, 0%, 5%) |
| LAB | lab(78.0 -20.7 -27.6) |
| LCH | lch(78.0 34.5 233.2) |
| OKLCH | oklch(0.802 0.112 223.2) |
Copy-ready code
/* CSS */
color: #61cef3;
background-color: #61cef3;
/* Tailwind (arbitrary) */
class="text-[#61cef3] bg-[#61cef3]"
/* SCSS */
$brand: #61cef3;
/* SwiftUI */
Color(red: 0.380, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#61cef3")Accessibility — WCAG contrast
Aa
#61cef3 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61cef3 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.8%
Blue95.3%
CMYK percentages
Cyan60.1%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#61cef3 text on a black background
contrast 11.63:1
Card sample
#61cef3 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61cef3;
Background color
Panel with #61cef3 background
background-color: #61cef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61cef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61cef3; background: linear-gradient(135deg, #61cef3, #616DF3);