#8fcceb
a light, vivid blue · cool · closest name: skyblue
RGB
143, 204, 235
HSL
200°, 70%, 74%
CMYK
39, 13, 0, 8
Luminance
0.5502
Every format
| HEX | #8fcceb |
| RGB | rgb(143, 204, 235) |
| HSL | hsl(200, 70%, 74%) |
| CMYK | cmyk(39%, 13%, 0%, 8%) |
| LAB | lab(79.0 -11.8 -21.5) |
| LCH | lch(79.0 24.5 241.2) |
| OKLCH | oklch(0.815 0.076 231.0) |
Copy-ready code
/* CSS */
color: #8fcceb;
background-color: #8fcceb;
/* Tailwind (arbitrary) */
class="text-[#8fcceb] bg-[#8fcceb]"
/* SCSS */
$brand: #8fcceb;
/* SwiftUI */
Color(red: 0.561, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#8fcceb")Accessibility — WCAG contrast
Aa
#8fcceb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcceb on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green80.0%
Blue92.2%
CMYK percentages
Cyan39.1%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#8fcceb text on a black background
contrast 12.00:1
Card sample
#8fcceb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcceb;
Background color
Panel with #8fcceb background
background-color: #8fcceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcceb; background: linear-gradient(135deg, #8fcceb, #8F8FEB);