#6fbaba
a balanced, soft cyan · cool · closest name: skyblue
RGB
111, 186, 186
HSL
180°, 35%, 58%
CMYK
40, 0, 0, 27
Luminance
0.4204
Every format
| HEX | #6fbaba |
| RGB | rgb(111, 186, 186) |
| HSL | hsl(180, 35%, 58%) |
| CMYK | cmyk(40%, 0%, 0%, 27%) |
| LAB | lab(70.9 -23.2 -7.3) |
| LCH | lch(70.9 24.4 197.5) |
| OKLCH | oklch(0.740 0.075 195.7) |
Copy-ready code
/* CSS */
color: #6fbaba;
background-color: #6fbaba;
/* Tailwind (arbitrary) */
class="text-[#6fbaba] bg-[#6fbaba]"
/* SCSS */
$brand: #6fbaba;
/* SwiftUI */
Color(red: 0.435, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#6fbaba")Accessibility — WCAG contrast
Aa
#6fbaba on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbaba on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green72.9%
Blue72.9%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow0.0%
Key (black)27.1%
Color previews
#6fbaba text on a black background
contrast 9.41:1
Card sample
#6fbaba text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbaba;
Background color
Panel with #6fbaba background
background-color: #6fbaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbaba; background: linear-gradient(135deg, #6fbaba, #6F88BA);