#6deeff
a light, electric cyan · cool · closest name: cyan
RGB
109, 238, 255
HSL
187°, 100%, 71%
CMYK
57, 7, 0, 0
Luminance
0.7162
Every format
| HEX | #6deeff |
| RGB | rgb(109, 238, 255) |
| HSL | hsl(187, 100%, 71%) |
| CMYK | cmyk(57%, 7%, 0%, 0%) |
| LAB | lab(87.8 -30.9 -19.0) |
| LCH | lch(87.8 36.3 211.6) |
| OKLCH | oklch(0.883 0.116 207.0) |
Copy-ready code
/* CSS */
color: #6deeff;
background-color: #6deeff;
/* Tailwind (arbitrary) */
class="text-[#6deeff] bg-[#6deeff]"
/* SCSS */
$brand: #6deeff;
/* SwiftUI */
Color(red: 0.427, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#6deeff")Accessibility — WCAG contrast
Aa
#6deeff on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6deeff on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green93.3%
Blue100.0%
CMYK percentages
Cyan57.3%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#6deeff text on a black background
contrast 15.32:1
Card sample
#6deeff text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6deeff;
Background color
Panel with #6deeff background
background-color: #6deeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6deeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6deeff; background: linear-gradient(135deg, #6deeff, #6D8DFF);