#61ceff
a light, electric cyan · cool · closest name: skyblue
RGB
97, 206, 255
HSL
199°, 100%, 69%
CMYK
62, 19, 0, 0
Luminance
0.5390
Every format
| HEX | #61ceff |
| RGB | rgb(97, 206, 255) |
| HSL | hsl(199, 100%, 69%) |
| CMYK | cmyk(62%, 19%, 0%, 0%) |
| LAB | lab(78.4 -17.1 -33.3) |
| LCH | lch(78.4 37.4 242.9) |
| OKLCH | oklch(0.807 0.121 230.3) |
Copy-ready code
/* CSS */
color: #61ceff;
background-color: #61ceff;
/* Tailwind (arbitrary) */
class="text-[#61ceff] bg-[#61ceff]"
/* SCSS */
$brand: #61ceff;
/* SwiftUI */
Color(red: 0.380, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#61ceff")Accessibility — WCAG contrast
Aa
#61ceff on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ceff on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.8%
Blue100.0%
CMYK percentages
Cyan62.0%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#61ceff text on a black background
contrast 11.78:1
Card sample
#61ceff text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ceff;
Background color
Panel with #61ceff background
background-color: #61ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ceff; background: linear-gradient(135deg, #61ceff, #6165FF);