#8ccecf
a light, soft cyan · cool · closest name: skyblue
RGB
140, 206, 207
HSL
181°, 41%, 68%
CMYK
32, 1, 0, 19
Luminance
0.5422
Every format
| HEX | #8ccecf |
| RGB | rgb(140, 206, 207) |
| HSL | hsl(181, 41%, 68%) |
| CMYK | cmyk(32%, 1%, 0%, 19%) |
| LAB | lab(78.6 -20.5 -7.2) |
| LCH | lch(78.6 21.7 199.3) |
| OKLCH | oklch(0.808 0.067 197.1) |
Copy-ready code
/* CSS */
color: #8ccecf;
background-color: #8ccecf;
/* Tailwind (arbitrary) */
class="text-[#8ccecf] bg-[#8ccecf]"
/* SCSS */
$brand: #8ccecf;
/* SwiftUI */
Color(red: 0.549, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#8ccecf")Accessibility — WCAG contrast
Aa
#8ccecf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccecf on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.8%
Blue81.2%
CMYK percentages
Cyan32.4%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#8ccecf text on a black background
contrast 11.84:1
Card sample
#8ccecf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccecf;
Background color
Panel with #8ccecf background
background-color: #8ccecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccecf; background: linear-gradient(135deg, #8ccecf, #8CA1CF);