#5fefef
a light, electric cyan · cool · closest name: cyan
RGB
95, 239, 239
HSL
180°, 82%, 66%
CMYK
60, 0, 0, 6
Luminance
0.7040
Every format
| HEX | #5fefef |
| RGB | rgb(95, 239, 239) |
| HSL | hsl(180, 82%, 66%) |
| CMYK | cmyk(60%, 0%, 0%, 6%) |
| LAB | lab(87.2 -38.1 -11.5) |
| LCH | lch(87.2 39.8 196.9) |
| OKLCH | oklch(0.875 0.122 195.1) |
Copy-ready code
/* CSS */
color: #5fefef;
background-color: #5fefef;
/* Tailwind (arbitrary) */
class="text-[#5fefef] bg-[#5fefef]"
/* SCSS */
$brand: #5fefef;
/* SwiftUI */
Color(red: 0.373, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#5fefef")Accessibility — WCAG contrast
Aa
#5fefef on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fefef on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green93.7%
Blue93.7%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#5fefef text on a black background
contrast 15.08:1
Card sample
#5fefef text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fefef;
Background color
Panel with #5fefef background
background-color: #5fefef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fefef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fefef; background: linear-gradient(135deg, #5fefef, #5F8FEF);