#87acff
a light, electric blue · cool · closest name: dodgerblue
RGB
135, 172, 255
HSL
222°, 100%, 77%
CMYK
47, 33, 0, 0
Luminance
0.4188
Every format
| HEX | #87acff |
| RGB | rgb(135, 172, 255) |
| HSL | hsl(222, 100%, 77%) |
| CMYK | cmyk(47%, 33%, 0%, 0%) |
| LAB | lab(70.8 9.1 -45.0) |
| LCH | lch(70.8 46.0 281.5) |
| OKLCH | oklch(0.751 0.127 265.2) |
Copy-ready code
/* CSS */
color: #87acff;
background-color: #87acff;
/* Tailwind (arbitrary) */
class="text-[#87acff] bg-[#87acff]"
/* SCSS */
$brand: #87acff;
/* SwiftUI */
Color(red: 0.529, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#87acff")Accessibility — WCAG contrast
Aa
#87acff on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87acff on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green67.5%
Blue100.0%
CMYK percentages
Cyan47.1%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#87acff text on a black background
contrast 9.38:1
Card sample
#87acff text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87acff;
Background color
Panel with #87acff background
background-color: #87acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87acff; background: linear-gradient(135deg, #87acff, #B287FF);