#26acdf
a balanced, vivid cyan · cool · closest name: steelblue
RGB
38, 172, 223
HSL
197°, 74%, 51%
CMYK
83, 23, 0, 13
Luminance
0.3524
Every format
| HEX | #26acdf |
| RGB | rgb(38, 172, 223) |
| HSL | hsl(197, 74%, 51%) |
| CMYK | cmyk(83%, 23%, 0%, 13%) |
| LAB | lab(65.9 -17.1 -35.4) |
| LCH | lch(65.9 39.3 244.2) |
| OKLCH | oklch(0.699 0.130 230.0) |
Copy-ready code
/* CSS */
color: #26acdf;
background-color: #26acdf;
/* Tailwind (arbitrary) */
class="text-[#26acdf] bg-[#26acdf]"
/* SCSS */
$brand: #26acdf;
/* SwiftUI */
Color(red: 0.149, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#26acdf")Accessibility — WCAG contrast
Aa
#26acdf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#26acdf on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green67.5%
Blue87.5%
CMYK percentages
Cyan83.0%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#26acdf text on a black background
contrast 8.05:1
Card sample
#26acdf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26acdf;
Background color
Panel with #26acdf background
background-color: #26acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26acdf; background: linear-gradient(135deg, #26acdf, #2631DF);