#5bafcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
91, 175, 207
HSL
197°, 55%, 58%
CMYK
56, 16, 0, 19
Luminance
0.3739
Every format
| HEX | #5bafcf |
| RGB | rgb(91, 175, 207) |
| HSL | hsl(197, 55%, 58%) |
| CMYK | cmyk(56%, 16%, 0%, 19%) |
| LAB | lab(67.6 -16.4 -24.0) |
| LCH | lch(67.6 29.0 235.7) |
| OKLCH | oklch(0.714 0.094 225.3) |
Copy-ready code
/* CSS */
color: #5bafcf;
background-color: #5bafcf;
/* Tailwind (arbitrary) */
class="text-[#5bafcf] bg-[#5bafcf]"
/* SCSS */
$brand: #5bafcf;
/* SwiftUI */
Color(red: 0.357, green: 0.686, blue: 0.812)
/* Android */
Color.parseColor("#5bafcf")Accessibility — WCAG contrast
Aa
#5bafcf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bafcf on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green68.6%
Blue81.2%
CMYK percentages
Cyan56.0%
Magenta15.5%
Yellow0.0%
Key (black)18.8%
Color previews
#5bafcf text on a black background
contrast 8.48:1
Card sample
#5bafcf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bafcf;
Background color
Panel with #5bafcf background
background-color: #5bafcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bafcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 175, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 175, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bafcf; background: linear-gradient(135deg, #5bafcf, #5B61CF);