#1ba3c5
a dark, electric cyan · cool · closest name: skyblue
RGB
27, 163, 197
HSL
192°, 76%, 44%
CMYK
86, 17, 0, 23
Luminance
0.3046
Every format
| HEX | #1ba3c5 |
| RGB | rgb(27, 163, 197) |
| HSL | hsl(192, 76%, 44%) |
| CMYK | cmyk(86%, 17%, 0%, 23%) |
| LAB | lab(62.0 -22.0 -27.1) |
| LCH | lch(62.0 34.9 230.8) |
| OKLCH | oklch(0.664 0.116 220.7) |
Copy-ready code
/* CSS */
color: #1ba3c5;
background-color: #1ba3c5;
/* Tailwind (arbitrary) */
class="text-[#1ba3c5] bg-[#1ba3c5]"
/* SCSS */
$brand: #1ba3c5;
/* SwiftUI */
Color(red: 0.106, green: 0.639, blue: 0.773)
/* Android */
Color.parseColor("#1ba3c5")Accessibility — WCAG contrast
Aa
#1ba3c5 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ba3c5 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green63.9%
Blue77.3%
CMYK percentages
Cyan86.3%
Magenta17.3%
Yellow0.0%
Key (black)22.7%
Color previews
#1ba3c5 text on a black background
contrast 7.09:1
Card sample
#1ba3c5 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba3c5;
Background color
Panel with #1ba3c5 background
background-color: #1ba3c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba3c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 163, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 163, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba3c5; background: linear-gradient(135deg, #1ba3c5, #1B32C5);