Dodger Blue
#1AA7FF
BlueColor Codes
All color formats for development
HEX
#1AA7FFRGB
rgb(26, 167, 255)HSL
hsl(203, 100%, 55%)OKLCH
oklch(0.702 0.168 244.3)CMYK
cmyk(90%, 35%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#009CFC
2#008AE0
3#0079C4
4#0068A8
5#00568C
6#004570
7#003454
8#002338
9#00111C
Tints
Lighter variations
1#30B0FF
2#47B9FF
3#5EC1FF
4#75CAFF
5#8CD3FF
6#A3DCFF
7#BAE5FF
8#D1EDFF
9#E8F6FF
Tones
Muted variations
1#25A4F4
2#30A2E8
3#3C9FDD
4#479CD1
5#539AC6
6#5E97BA
7#6A94AF
8#7592A3
9#818F98
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF1 #DBF1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE6 #BDE6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD2 #8AD2FF | BordersInactive statesPlaceholder text |
| 400 | 4DBB #4DBBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AA7 #1AA7FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 008A #008AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 006E #006EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004F #004F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0032 #003252 | Primary textHigh emphasis contentDark headings |
| 950 | 001F #001F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DBF1FF;
--dodger-blue-200: #BDE6FF;
--dodger-blue-300: #8AD2FF;
--dodger-blue-400: #4DBBFF;
--dodger-blue-500: #1AA7FF;
--dodger-blue-600: #008AE0;
--dodger-blue-700: #006EB3;
--dodger-blue-800: #004F80;
--dodger-blue-900: #003252;
--dodger-blue-950: #001F33;
}