#6fe2ec
a light, electric cyan · cool · closest name: skyblue
RGB
111, 226, 236
HSL
185°, 77%, 68%
CMYK
53, 4, 0, 8
Luminance
0.6383
Every format
| HEX | #6fe2ec |
| RGB | rgb(111, 226, 236) |
| HSL | hsl(185, 77%, 68%) |
| CMYK | cmyk(53%, 4%, 0%, 8%) |
| LAB | lab(83.9 -29.9 -14.9) |
| LCH | lch(83.9 33.4 206.4) |
| OKLCH | oklch(0.850 0.105 203.0) |
Copy-ready code
/* CSS */
color: #6fe2ec;
background-color: #6fe2ec;
/* Tailwind (arbitrary) */
class="text-[#6fe2ec] bg-[#6fe2ec]"
/* SCSS */
$brand: #6fe2ec;
/* SwiftUI */
Color(red: 0.435, green: 0.886, blue: 0.925)
/* Android */
Color.parseColor("#6fe2ec")Accessibility — WCAG contrast
Aa
#6fe2ec on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fe2ec on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green88.6%
Blue92.5%
CMYK percentages
Cyan53.0%
Magenta4.2%
Yellow0.0%
Key (black)7.5%
Color previews
#6fe2ec text on a black background
contrast 13.77:1
Card sample
#6fe2ec text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fe2ec;
Background color
Panel with #6fe2ec background
background-color: #6fe2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fe2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 226, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 226, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fe2ec; background: linear-gradient(135deg, #6fe2ec, #6F8FEC);