#61faff
a light, electric cyan · cool · closest name: cyan
RGB
97, 250, 255
HSL
182°, 100%, 69%
CMYK
62, 2, 0, 0
Luminance
0.7813
Every format
| HEX | #61faff |
| RGB | rgb(97, 250, 255) |
| HSL | hsl(182, 100%, 69%) |
| CMYK | cmyk(62%, 2%, 0%, 0%) |
| LAB | lab(90.8 -38.5 -14.4) |
| LCH | lch(90.8 41.1 200.5) |
| OKLCH | oklch(0.906 0.128 198.2) |
Copy-ready code
/* CSS */
color: #61faff;
background-color: #61faff;
/* Tailwind (arbitrary) */
class="text-[#61faff] bg-[#61faff]"
/* SCSS */
$brand: #61faff;
/* SwiftUI */
Color(red: 0.380, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#61faff")Accessibility — WCAG contrast
Aa
#61faff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61faff on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green98.0%
Blue100.0%
CMYK percentages
Cyan62.0%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#61faff text on a black background
contrast 16.63:1
Card sample
#61faff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61faff;
Background color
Panel with #61faff background
background-color: #61faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61faff; background: linear-gradient(135deg, #61faff, #6191FF);