#6feefd
a light, electric cyan · cool · closest name: cyan
RGB
111, 238, 253
HSL
186°, 97%, 71%
CMYK
56, 6, 0, 1
Luminance
0.7162
Every format
| HEX | #6feefd |
| RGB | rgb(111, 238, 253) |
| HSL | hsl(186, 97%, 71%) |
| CMYK | cmyk(56%, 6%, 0%, 1%) |
| LAB | lab(87.8 -31.1 -17.9) |
| LCH | lch(87.8 35.9 210.0) |
| OKLCH | oklch(0.883 0.114 205.8) |
Copy-ready code
/* CSS */
color: #6feefd;
background-color: #6feefd;
/* Tailwind (arbitrary) */
class="text-[#6feefd] bg-[#6feefd]"
/* SCSS */
$brand: #6feefd;
/* SwiftUI */
Color(red: 0.435, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#6feefd")Accessibility — WCAG contrast
Aa
#6feefd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6feefd on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green93.3%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#6feefd text on a black background
contrast 15.32:1
Card sample
#6feefd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6feefd;
Background color
Panel with #6feefd background
background-color: #6feefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6feefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6feefd; background: linear-gradient(135deg, #6feefd, #6F90FD);