#60bfef
a light, electric blue · cool · closest name: skyblue
RGB
96, 191, 239
HSL
200°, 82%, 66%
CMYK
60, 20, 0, 6
Luminance
0.4598
Every format
| HEX | #60bfef |
| RGB | rgb(96, 191, 239) |
| HSL | hsl(200, 82%, 66%) |
| CMYK | cmyk(60%, 20%, 0%, 6%) |
| LAB | lab(73.5 -14.3 -32.3) |
| LCH | lch(73.5 35.3 246.1) |
| OKLCH | oklch(0.766 0.113 232.9) |
Copy-ready code
/* CSS */
color: #60bfef;
background-color: #60bfef;
/* Tailwind (arbitrary) */
class="text-[#60bfef] bg-[#60bfef]"
/* SCSS */
$brand: #60bfef;
/* SwiftUI */
Color(red: 0.376, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#60bfef")Accessibility — WCAG contrast
Aa
#60bfef on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60bfef on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green74.9%
Blue93.7%
CMYK percentages
Cyan59.8%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#60bfef text on a black background
contrast 10.20:1
Card sample
#60bfef text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60bfef;
Background color
Panel with #60bfef background
background-color: #60bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60bfef; background: linear-gradient(135deg, #60bfef, #6060EF);