#1ba3cf
a balanced, electric cyan · cool · closest name: steelblue
RGB
27, 163, 207
HSL
195°, 77%, 46%
CMYK
87, 21, 0, 19
Luminance
0.3093
Every format
| HEX | #1ba3cf |
| RGB | rgb(27, 163, 207) |
| HSL | hsl(195, 77%, 46%) |
| CMYK | cmyk(87%, 21%, 0%, 19%) |
| LAB | lab(62.5 -18.6 -32.0) |
| LCH | lch(62.5 37.0 239.8) |
| OKLCH | oklch(0.668 0.123 226.8) |
Copy-ready code
/* CSS */
color: #1ba3cf;
background-color: #1ba3cf;
/* Tailwind (arbitrary) */
class="text-[#1ba3cf] bg-[#1ba3cf]"
/* SCSS */
$brand: #1ba3cf;
/* SwiftUI */
Color(red: 0.106, green: 0.639, blue: 0.812)
/* Android */
Color.parseColor("#1ba3cf")Accessibility — WCAG contrast
Aa
#1ba3cf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ba3cf on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green63.9%
Blue81.2%
CMYK percentages
Cyan87.0%
Magenta21.3%
Yellow0.0%
Key (black)18.8%
Color previews
#1ba3cf text on a black background
contrast 7.19:1
Card sample
#1ba3cf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ba3cf;
Background color
Panel with #1ba3cf background
background-color: #1ba3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ba3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 163, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 163, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ba3cf; background: linear-gradient(135deg, #1ba3cf, #1B2BCF);