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