#8ccbbc
a light, soft cyan · cool · closest name: turquoise
RGB
140, 203, 188
HSL
166°, 38%, 67%
CMYK
31, 0, 7, 20
Luminance
0.5192
Every format
| HEX | #8ccbbc |
| RGB | rgb(140, 203, 188) |
| HSL | hsl(166, 38%, 67%) |
| CMYK | cmyk(31%, 0%, 7%, 20%) |
| LAB | lab(77.2 -23.3 1.1) |
| LCH | lch(77.2 23.3 177.4) |
| OKLCH | oklch(0.795 0.068 177.9) |
Copy-ready code
/* CSS */
color: #8ccbbc;
background-color: #8ccbbc;
/* Tailwind (arbitrary) */
class="text-[#8ccbbc] bg-[#8ccbbc]"
/* SCSS */
$brand: #8ccbbc;
/* SwiftUI */
Color(red: 0.549, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#8ccbbc")Accessibility — WCAG contrast
Aa
#8ccbbc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccbbc on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green79.6%
Blue73.7%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow7.4%
Key (black)20.4%
Color previews
#8ccbbc text on a black background
contrast 11.38:1
Card sample
#8ccbbc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccbbc;
Background color
Panel with #8ccbbc background
background-color: #8ccbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccbbc; background: linear-gradient(135deg, #8ccbbc, #8CB0CB);