#55beff
a light, electric blue · cool · closest name: skyblue
RGB
85, 190, 255
HSL
203°, 100%, 67%
CMYK
67, 26, 0, 0
Luminance
0.4598
Every format
| HEX | #55beff |
| RGB | rgb(85, 190, 255) |
| HSL | hsl(203, 100%, 67%) |
| CMYK | cmyk(67%, 26%, 0%, 0%) |
| LAB | lab(73.5 -10.6 -40.9) |
| LCH | lch(73.5 42.3 255.5) |
| OKLCH | oklch(0.767 0.134 239.2) |
Copy-ready code
/* CSS */
color: #55beff;
background-color: #55beff;
/* Tailwind (arbitrary) */
class="text-[#55beff] bg-[#55beff]"
/* SCSS */
$brand: #55beff;
/* SwiftUI */
Color(red: 0.333, green: 0.745, blue: 1.000)
/* Android */
Color.parseColor("#55beff")Accessibility — WCAG contrast
Aa
#55beff on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55beff on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green74.5%
Blue100.0%
CMYK percentages
Cyan66.7%
Magenta25.5%
Yellow0.0%
Key (black)0.0%
Color previews
#55beff text on a black background
contrast 10.20:1
Card sample
#55beff text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55beff;
Background color
Panel with #55beff background
background-color: #55beff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55beff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 190, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 190, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55beff; background: linear-gradient(135deg, #55beff, #5D55FF);