#60f6df
a light, electric cyan · cool · closest name: turquoise
RGB
96, 246, 223
HSL
171°, 89%, 67%
CMYK
61, 0, 9, 4
Luminance
0.7373
Every format
| HEX | #60f6df |
| RGB | rgb(96, 246, 223) |
| HSL | hsl(171, 89%, 67%) |
| CMYK | cmyk(61%, 0%, 9%, 4%) |
| LAB | lab(88.8 -45.1 -0.8) |
| LCH | lch(88.8 45.1 181.0) |
| OKLCH | oklch(0.887 0.132 181.3) |
Copy-ready code
/* CSS */
color: #60f6df;
background-color: #60f6df;
/* Tailwind (arbitrary) */
class="text-[#60f6df] bg-[#60f6df]"
/* SCSS */
$brand: #60f6df;
/* SwiftUI */
Color(red: 0.376, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#60f6df")Accessibility — WCAG contrast
Aa
#60f6df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60f6df on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green96.5%
Blue87.5%
CMYK percentages
Cyan61.0%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#60f6df text on a black background
contrast 15.75:1
Card sample
#60f6df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60f6df;
Background color
Panel with #60f6df background
background-color: #60f6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60f6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60f6df; background: linear-gradient(135deg, #60f6df, #60A9F6);