#1ba7c2
a dark, electric cyan · cool · closest name: skyblue
RGB
27, 167, 194
HSL
190°, 76%, 43%
CMYK
86, 14, 0, 24
Luminance
0.3177
Every format
| HEX | #1ba7c2 |
| RGB | rgb(27, 167, 194) |
| HSL | hsl(190, 76%, 43%) |
| CMYK | cmyk(86%, 14%, 0%, 24%) |
| LAB | lab(63.1 -25.1 -23.7) |
| LCH | lch(63.1 34.5 223.3) |
| OKLCH | oklch(0.672 0.114 215.4) |
Copy-ready code
/* CSS */
color: #1ba7c2;
background-color: #1ba7c2;
/* Tailwind (arbitrary) */
class="text-[#1ba7c2] bg-[#1ba7c2]"
/* SCSS */
$brand: #1ba7c2;
/* SwiftUI */
Color(red: 0.106, green: 0.655, blue: 0.761)
/* Android */
Color.parseColor("#1ba7c2")Accessibility — WCAG contrast
Aa
#1ba7c2 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ba7c2 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green65.5%
Blue76.1%
CMYK percentages
Cyan86.1%
Magenta13.9%
Yellow0.0%
Key (black)23.9%
Color previews
#1ba7c2 text on a black background
contrast 7.35:1
Card sample
#1ba7c2 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba7c2;
Background color
Panel with #1ba7c2 background
background-color: #1ba7c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba7c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 167, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 167, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba7c2; background: linear-gradient(135deg, #1ba7c2, #1B38C2);