#6ff2fd
a light, electric cyan · cool · closest name: cyan
RGB
111, 242, 253
HSL
185°, 97%, 71%
CMYK
56, 4, 0, 1
Luminance
0.7398
Every format
| HEX | #6ff2fd |
| RGB | rgb(111, 242, 253) |
| HSL | hsl(185, 97%, 71%) |
| CMYK | cmyk(56%, 4%, 0%, 1%) |
| LAB | lab(88.9 -33.0 -16.2) |
| LCH | lch(88.9 36.7 206.2) |
| OKLCH | oklch(0.892 0.116 202.8) |
Copy-ready code
/* CSS */
color: #6ff2fd;
background-color: #6ff2fd;
/* Tailwind (arbitrary) */
class="text-[#6ff2fd] bg-[#6ff2fd]"
/* SCSS */
$brand: #6ff2fd;
/* SwiftUI */
Color(red: 0.435, green: 0.949, blue: 0.992)
/* Android */
Color.parseColor("#6ff2fd")Accessibility — WCAG contrast
Aa
#6ff2fd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ff2fd on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green94.9%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta4.3%
Yellow0.0%
Key (black)0.8%
Color previews
#6ff2fd text on a black background
contrast 15.80:1
Card sample
#6ff2fd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ff2fd;
Background color
Panel with #6ff2fd background
background-color: #6ff2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ff2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 242, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 242, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ff2fd; background: linear-gradient(135deg, #6ff2fd, #6F94FD);