#6beeeb
a light, electric cyan · cool · closest name: turquoise
RGB
107, 238, 235
HSL
179°, 79%, 68%
CMYK
55, 0, 1, 7
Luminance
0.7027
Every format
| HEX | #6beeeb |
| RGB | rgb(107, 238, 235) |
| HSL | hsl(179, 79%, 68%) |
| CMYK | cmyk(55%, 0%, 1%, 7%) |
| LAB | lab(87.1 -36.6 -9.5) |
| LCH | lch(87.1 37.8 194.6) |
| OKLCH | oklch(0.875 0.115 193.2) |
Copy-ready code
/* CSS */
color: #6beeeb;
background-color: #6beeeb;
/* Tailwind (arbitrary) */
class="text-[#6beeeb] bg-[#6beeeb]"
/* SCSS */
$brand: #6beeeb;
/* SwiftUI */
Color(red: 0.420, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#6beeeb")Accessibility — WCAG contrast
Aa
#6beeeb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6beeeb on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green93.3%
Blue92.2%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#6beeeb text on a black background
contrast 15.05:1
Card sample
#6beeeb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6beeeb;
Background color
Panel with #6beeeb background
background-color: #6beeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6beeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6beeeb; background: linear-gradient(135deg, #6beeeb, #6B9AEE);