#6fdbeb
a light, electric cyan · cool · closest name: skyblue
RGB
111, 219, 235
HSL
188°, 76%, 68%
CMYK
53, 7, 0, 8
Luminance
0.6004
Every format
| HEX | #6fdbeb |
| RGB | rgb(111, 219, 235) |
| HSL | hsl(188, 76%, 68%) |
| CMYK | cmyk(53%, 7%, 0%, 8%) |
| LAB | lab(81.9 -26.8 -17.4) |
| LCH | lch(81.9 31.9 213.0) |
| OKLCH | oklch(0.833 0.102 208.2) |
Copy-ready code
/* CSS */
color: #6fdbeb;
background-color: #6fdbeb;
/* Tailwind (arbitrary) */
class="text-[#6fdbeb] bg-[#6fdbeb]"
/* SCSS */
$brand: #6fdbeb;
/* SwiftUI */
Color(red: 0.435, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#6fdbeb")Accessibility — WCAG contrast
Aa
#6fdbeb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdbeb on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green85.9%
Blue92.2%
CMYK percentages
Cyan52.8%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#6fdbeb text on a black background
contrast 13.01:1
Card sample
#6fdbeb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdbeb;
Background color
Panel with #6fdbeb background
background-color: #6fdbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdbeb; background: linear-gradient(135deg, #6fdbeb, #6F88EB);