#8ccfd7
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 207, 215
HSL
186°, 48%, 70%
CMYK
35, 4, 0, 16
Luminance
0.5511
Every format
| HEX | #8ccfd7 |
| RGB | rgb(140, 207, 215) |
| HSL | hsl(186, 48%, 70%) |
| CMYK | cmyk(35%, 4%, 0%, 16%) |
| LAB | lab(79.1 -19.1 -10.7) |
| LCH | lch(79.1 21.9 209.2) |
| OKLCH | oklch(0.813 0.068 205.4) |
Copy-ready code
/* CSS */
color: #8ccfd7;
background-color: #8ccfd7;
/* Tailwind (arbitrary) */
class="text-[#8ccfd7] bg-[#8ccfd7]"
/* SCSS */
$brand: #8ccfd7;
/* SwiftUI */
Color(red: 0.549, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#8ccfd7")Accessibility — WCAG contrast
Aa
#8ccfd7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccfd7 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green81.2%
Blue84.3%
CMYK percentages
Cyan34.9%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#8ccfd7 text on a black background
contrast 12.02:1
Card sample
#8ccfd7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccfd7;
Background color
Panel with #8ccfd7 background
background-color: #8ccfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccfd7; background: linear-gradient(135deg, #8ccfd7, #8C9DD7);