#6fbabc
a balanced, soft cyan · cool · closest name: skyblue
RGB
111, 186, 188
HSL
182°, 37%, 59%
CMYK
41, 1, 0, 26
Luminance
0.4213
Every format
| HEX | #6fbabc |
| RGB | rgb(111, 186, 188) |
| HSL | hsl(182, 37%, 59%) |
| CMYK | cmyk(41%, 1%, 0%, 26%) |
| LAB | lab(71.0 -22.7 -8.3) |
| LCH | lch(71.0 24.2 200.1) |
| OKLCH | oklch(0.741 0.075 197.9) |
Copy-ready code
/* CSS */
color: #6fbabc;
background-color: #6fbabc;
/* Tailwind (arbitrary) */
class="text-[#6fbabc] bg-[#6fbabc]"
/* SCSS */
$brand: #6fbabc;
/* SwiftUI */
Color(red: 0.435, green: 0.729, blue: 0.737)
/* Android */
Color.parseColor("#6fbabc")Accessibility — WCAG contrast
Aa
#6fbabc on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fbabc on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green72.9%
Blue73.7%
CMYK percentages
Cyan41.0%
Magenta1.1%
Yellow0.0%
Key (black)26.3%
Color previews
#6fbabc text on a black background
contrast 9.43:1
Card sample
#6fbabc text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fbabc;
Background color
Panel with #6fbabc background
background-color: #6fbabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fbabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 186, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 186, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fbabc; background: linear-gradient(135deg, #6fbabc, #6F87BC);