#8fdcef
a light, electric cyan · cool · closest name: skyblue
RGB
143, 220, 239
HSL
192°, 75%, 75%
CMYK
40, 8, 0, 6
Luminance
0.6326
Every format
| HEX | #8fdcef |
| RGB | rgb(143, 220, 239) |
| HSL | hsl(192, 75%, 75%) |
| CMYK | cmyk(40%, 8%, 0%, 6%) |
| LAB | lab(83.6 -19.0 -16.8) |
| LCH | lch(83.6 25.3 221.5) |
| OKLCH | oklch(0.851 0.080 215.1) |
Copy-ready code
/* CSS */
color: #8fdcef;
background-color: #8fdcef;
/* Tailwind (arbitrary) */
class="text-[#8fdcef] bg-[#8fdcef]"
/* SCSS */
$brand: #8fdcef;
/* SwiftUI */
Color(red: 0.561, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#8fdcef")Accessibility — WCAG contrast
Aa
#8fdcef on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdcef on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green86.3%
Blue93.7%
CMYK percentages
Cyan40.2%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#8fdcef text on a black background
contrast 13.65:1
Card sample
#8fdcef text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdcef;
Background color
Panel with #8fdcef background
background-color: #8fdcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdcef; background: linear-gradient(135deg, #8fdcef, #8F9CEF);