#6fefff
a light, electric cyan · cool · closest name: cyan
RGB
111, 239, 255
HSL
187°, 100%, 72%
CMYK
57, 6, 0, 0
Luminance
0.7233
Every format
| HEX | #6fefff |
| RGB | rgb(111, 239, 255) |
| HSL | hsl(187, 100%, 72%) |
| CMYK | cmyk(57%, 6%, 0%, 0%) |
| LAB | lab(88.1 -31.0 -18.5) |
| LCH | lch(88.1 36.1 210.8) |
| OKLCH | oklch(0.886 0.115 206.4) |
Copy-ready code
/* CSS */
color: #6fefff;
background-color: #6fefff;
/* Tailwind (arbitrary) */
class="text-[#6fefff] bg-[#6fefff]"
/* SCSS */
$brand: #6fefff;
/* SwiftUI */
Color(red: 0.435, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#6fefff")Accessibility — WCAG contrast
Aa
#6fefff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fefff on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green93.7%
Blue100.0%
CMYK percentages
Cyan56.5%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#6fefff text on a black background
contrast 15.47:1
Card sample
#6fefff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fefff;
Background color
Panel with #6fefff background
background-color: #6fefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fefff; background: linear-gradient(135deg, #6fefff, #6F8FFF);