#8fc7da
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 199, 218
HSL
195°, 50%, 71%
CMYK
34, 9, 0, 15
Luminance
0.5175
Every format
| HEX | #8fc7da |
| RGB | rgb(143, 199, 218) |
| HSL | hsl(195, 50%, 71%) |
| CMYK | cmyk(34%, 9%, 0%, 15%) |
| LAB | lab(77.1 -13.4 -15.3) |
| LCH | lch(77.1 20.3 228.6) |
| OKLCH | oklch(0.798 0.064 221.0) |
Copy-ready code
/* CSS */
color: #8fc7da;
background-color: #8fc7da;
/* Tailwind (arbitrary) */
class="text-[#8fc7da] bg-[#8fc7da]"
/* SCSS */
$brand: #8fc7da;
/* SwiftUI */
Color(red: 0.561, green: 0.780, blue: 0.855)
/* Android */
Color.parseColor("#8fc7da")Accessibility — WCAG contrast
Aa
#8fc7da on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fc7da on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green78.0%
Blue85.5%
CMYK percentages
Cyan34.4%
Magenta8.7%
Yellow0.0%
Key (black)14.5%
Color previews
#8fc7da text on a black background
contrast 11.35:1
Card sample
#8fc7da text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fc7da;
Background color
Panel with #8fc7da background
background-color: #8fc7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fc7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 199, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 199, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fc7da; background: linear-gradient(135deg, #8fc7da, #8F95DA);