#61ffeb
a light, electric cyan · cool · closest name: turquoise
RGB
97, 255, 235
HSL
172°, 100%, 69%
CMYK
62, 0, 8, 0
Luminance
0.8006
Every format
| HEX | #61ffeb |
| RGB | rgb(97, 255, 235) |
| HSL | hsl(172, 100%, 69%) |
| CMYK | cmyk(62%, 0%, 8%, 0%) |
| LAB | lab(91.7 -45.9 -2.8) |
| LCH | lch(91.7 46.0 183.4) |
| OKLCH | oklch(0.912 0.135 183.5) |
Copy-ready code
/* CSS */
color: #61ffeb;
background-color: #61ffeb;
/* Tailwind (arbitrary) */
class="text-[#61ffeb] bg-[#61ffeb]"
/* SCSS */
$brand: #61ffeb;
/* SwiftUI */
Color(red: 0.380, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#61ffeb")Accessibility — WCAG contrast
Aa
#61ffeb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ffeb on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green100.0%
Blue92.2%
CMYK percentages
Cyan62.0%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#61ffeb text on a black background
contrast 17.01:1
Card sample
#61ffeb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ffeb;
Background color
Panel with #61ffeb background
background-color: #61ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ffeb; background: linear-gradient(135deg, #61ffeb, #61AAFF);