#1aacdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
26, 172, 223
HSL
196°, 79%, 49%
CMYK
88, 23, 0, 13
Luminance
0.3505
Every format
| HEX | #1aacdf |
| RGB | rgb(26, 172, 223) |
| HSL | hsl(196, 79%, 49%) |
| CMYK | cmyk(88%, 23%, 0%, 13%) |
| LAB | lab(65.8 -17.9 -35.7) |
| LCH | lch(65.8 39.9 243.4) |
| OKLCH | oklch(0.697 0.133 229.1) |
Copy-ready code
/* CSS */
color: #1aacdf;
background-color: #1aacdf;
/* Tailwind (arbitrary) */
class="text-[#1aacdf] bg-[#1aacdf]"
/* SCSS */
$brand: #1aacdf;
/* SwiftUI */
Color(red: 0.102, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#1aacdf")Accessibility — WCAG contrast
Aa
#1aacdf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aacdf on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green67.5%
Blue87.5%
CMYK percentages
Cyan88.3%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#1aacdf text on a black background
contrast 8.01:1
Card sample
#1aacdf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aacdf;
Background color
Panel with #1aacdf background
background-color: #1aacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aacdf; background: linear-gradient(135deg, #1aacdf, #1A29DF);