#61feee
a light, electric cyan · cool · closest name: cyan
RGB
97, 254, 238
HSL
174°, 99%, 69%
CMYK
62, 0, 6, 0
Luminance
0.7960
Every format
| HEX | #61feee |
| RGB | rgb(97, 254, 238) |
| HSL | hsl(174, 99%, 69%) |
| CMYK | cmyk(62%, 0%, 6%, 0%) |
| LAB | lab(91.5 -44.7 -4.6) |
| LCH | lch(91.5 45.0 185.9) |
| OKLCH | oklch(0.910 0.133 185.7) |
Copy-ready code
/* CSS */
color: #61feee;
background-color: #61feee;
/* Tailwind (arbitrary) */
class="text-[#61feee] bg-[#61feee]"
/* SCSS */
$brand: #61feee;
/* SwiftUI */
Color(red: 0.380, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#61feee")Accessibility — WCAG contrast
Aa
#61feee on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61feee on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green99.6%
Blue93.3%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#61feee text on a black background
contrast 16.92:1
Card sample
#61feee text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61feee;
Background color
Panel with #61feee background
background-color: #61feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61feee; background: linear-gradient(135deg, #61feee, #61A5FE);