#8accef
a light, electric blue · cool · closest name: skyblue
RGB
138, 204, 239
HSL
201°, 76%, 74%
CMYK
42, 15, 0, 6
Luminance
0.5482
Every format
| HEX | #8accef |
| RGB | rgb(138, 204, 239) |
| HSL | hsl(201, 76%, 74%) |
| CMYK | cmyk(42%, 15%, 0%, 6%) |
| LAB | lab(78.9 -12.0 -23.8) |
| LCH | lch(78.9 26.7 243.2) |
| OKLCH | oklch(0.814 0.083 232.3) |
Copy-ready code
/* CSS */
color: #8accef;
background-color: #8accef;
/* Tailwind (arbitrary) */
class="text-[#8accef] bg-[#8accef]"
/* SCSS */
$brand: #8accef;
/* SwiftUI */
Color(red: 0.541, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#8accef")Accessibility — WCAG contrast
Aa
#8accef on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8accef on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.0%
Blue93.7%
CMYK percentages
Cyan42.3%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#8accef text on a black background
contrast 11.96:1
Card sample
#8accef text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8accef;
Background color
Panel with #8accef background
background-color: #8accef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8accef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8accef; background: linear-gradient(135deg, #8accef, #8B8AEF);