#6eb7bf
a balanced, soft cyan · cool · closest name: skyblue
RGB
110, 183, 191
HSL
186°, 39%, 59%
CMYK
42, 4, 0, 25
Luminance
0.4094
Every format
| HEX | #6eb7bf |
| RGB | rgb(110, 183, 191) |
| HSL | hsl(186, 39%, 59%) |
| CMYK | cmyk(42%, 4%, 0%, 25%) |
| LAB | lab(70.1 -20.7 -11.2) |
| LCH | lch(70.1 23.5 208.4) |
| OKLCH | oklch(0.735 0.074 204.7) |
Copy-ready code
/* CSS */
color: #6eb7bf;
background-color: #6eb7bf;
/* Tailwind (arbitrary) */
class="text-[#6eb7bf] bg-[#6eb7bf]"
/* SCSS */
$brand: #6eb7bf;
/* SwiftUI */
Color(red: 0.431, green: 0.718, blue: 0.749)
/* Android */
Color.parseColor("#6eb7bf")Accessibility — WCAG contrast
Aa
#6eb7bf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eb7bf on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green71.8%
Blue74.9%
CMYK percentages
Cyan42.4%
Magenta4.2%
Yellow0.0%
Key (black)25.1%
Color previews
#6eb7bf text on a black background
contrast 9.19:1
Card sample
#6eb7bf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eb7bf;
Background color
Panel with #6eb7bf background
background-color: #6eb7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eb7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 183, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 183, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eb7bf; background: linear-gradient(135deg, #6eb7bf, #6E81BF);