#269fd2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
38, 159, 210
HSL
198°, 69%, 49%
CMYK
82, 24, 0, 18
Luminance
0.2986
Every format
| HEX | #269fd2 |
| RGB | rgb(38, 159, 210) |
| HSL | hsl(198, 69%, 49%) |
| CMYK | cmyk(82%, 24%, 0%, 18%) |
| LAB | lab(61.5 -14.6 -35.1) |
| LCH | lch(61.5 38.0 247.4) |
| OKLCH | oklch(0.662 0.125 232.2) |
Copy-ready code
/* CSS */
color: #269fd2;
background-color: #269fd2;
/* Tailwind (arbitrary) */
class="text-[#269fd2] bg-[#269fd2]"
/* SCSS */
$brand: #269fd2;
/* SwiftUI */
Color(red: 0.149, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#269fd2")Accessibility — WCAG contrast
Aa
#269fd2 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#269fd2 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green62.4%
Blue82.4%
CMYK percentages
Cyan81.9%
Magenta24.3%
Yellow0.0%
Key (black)17.6%
Color previews
#269fd2 text on a black background
contrast 6.97:1
Card sample
#269fd2 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #269fd2;
Background color
Panel with #269fd2 background
background-color: #269fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #269fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #269fd2; background: linear-gradient(135deg, #269fd2, #262CD2);