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