#269dfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
38, 157, 253
HSL
207°, 98%, 57%
CMYK
85, 38, 0, 1
Luminance
0.3162
Every format
| HEX | #269dfd |
| RGB | rgb(38, 157, 253) |
| HSL | hsl(207, 98%, 57%) |
| CMYK | cmyk(85%, 38%, 0%, 1%) |
| LAB | lab(63.0 2.0 -56.5) |
| LCH | lch(63.0 56.5 272.0) |
| OKLCH | oklch(0.680 0.173 248.8) |
Copy-ready code
/* CSS */
color: #269dfd;
background-color: #269dfd;
/* Tailwind (arbitrary) */
class="text-[#269dfd] bg-[#269dfd]"
/* SCSS */
$brand: #269dfd;
/* SwiftUI */
Color(red: 0.149, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#269dfd")Accessibility — WCAG contrast
Aa
#269dfd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#269dfd on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green61.6%
Blue99.2%
CMYK percentages
Cyan85.0%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#269dfd text on a black background
contrast 7.32:1
Card sample
#269dfd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #269dfd;
Background color
Panel with #269dfd background
background-color: #269dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #269dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #269dfd; background: linear-gradient(135deg, #269dfd, #3F26FD);