Dodger Blue
#1A9FFF
BlueColor Codes
All color formats for development
HEX
#1A9FFFRGB
rgb(26, 159, 255)HSL
hsl(205, 100%, 55%)OKLCH
oklch(0.684 0.175 247.6)CMYK
cmyk(90%, 38%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0093FC
2#0083E0
3#0073C4
4#0062A8
5#00528C
6#004170
7#003154
8#002138
9#00101C
Tints
Lighter variations
1#30A9FF
2#47B3FF
3#5EBCFF
4#75C6FF
5#8CCFFF
6#A3D9FF
7#BAE2FF
8#D1ECFF
9#E8F5FF
Tones
Muted variations
1#259DF4
2#309CE8
3#3C9ADD
4#4798D1
5#5396C6
6#5E94BA
7#6A92AF
8#7590A3
9#818E98
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE3 #BDE3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACE #8ACEFF | BordersInactive statesPlaceholder text |
| 400 | 4DB5 #4DB5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9F #1A9FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0083 #0083E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0068 #0068B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004A #004A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0030 #003052 | Primary textHigh emphasis contentDark headings |
| 950 | 001E #001E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DBF0FF;
--dodger-blue-200: #BDE3FF;
--dodger-blue-300: #8ACEFF;
--dodger-blue-400: #4DB5FF;
--dodger-blue-500: #1A9FFF;
--dodger-blue-600: #0083E0;
--dodger-blue-700: #0068B3;
--dodger-blue-800: #004A80;
--dodger-blue-900: #003052;
--dodger-blue-950: #001E33;
}