#8ccfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
140, 207, 223
HSL
192°, 57%, 71%
CMYK
37, 7, 0, 13
Luminance
0.5553
Every format
| HEX | #8ccfdf |
| RGB | rgb(140, 207, 223) |
| HSL | hsl(192, 57%, 71%) |
| CMYK | cmyk(37%, 7%, 0%, 13%) |
| LAB | lab(79.3 -17.1 -14.6) |
| LCH | lch(79.3 22.5 220.5) |
| OKLCH | oklch(0.815 0.071 214.3) |
Copy-ready code
/* CSS */
color: #8ccfdf;
background-color: #8ccfdf;
/* Tailwind (arbitrary) */
class="text-[#8ccfdf] bg-[#8ccfdf]"
/* SCSS */
$brand: #8ccfdf;
/* SwiftUI */
Color(red: 0.549, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#8ccfdf")Accessibility — WCAG contrast
Aa
#8ccfdf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ccfdf on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green81.2%
Blue87.5%
CMYK percentages
Cyan37.2%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#8ccfdf text on a black background
contrast 12.11:1
Card sample
#8ccfdf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ccfdf;
Background color
Panel with #8ccfdf background
background-color: #8ccfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ccfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ccfdf; background: linear-gradient(135deg, #8ccfdf, #8C98DF);