Dodger Blue
#1AAFFF
BlueColor Codes
All color formats for development
HEX
#1AAFFFRGB
rgb(26, 175, 255)HSL
hsl(201, 100%, 55%)OKLCH
oklch(0.72 0.162 240.7)CMYK
cmyk(90%, 31%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A4FC
2#0092E0
3#0080C4
4#006DA8
5#005B8C
6#004970
7#003754
8#002438
9#00121C
Tints
Lighter variations
1#30B7FF
2#47BFFF
3#5EC7FF
4#75CFFF
5#8CD7FF
6#A3DFFF
7#BAE7FF
8#D1EFFF
9#E8F7FF
Tones
Muted variations
1#25ABF4
2#30A8E8
3#3CA4DD
4#47A1D1
5#539DC6
6#5E9ABA
7#6A97AF
8#7593A3
9#819098
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE8 #BDE8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD6 #8AD6FF | BordersInactive statesPlaceholder text |
| 400 | 4DC1 #4DC1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAF #1AAFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0092 #0092E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0074 #0074B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0053 #005380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0035 #003552 | Primary textHigh emphasis contentDark headings |
| 950 | 0021 #002133 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DBF3FF;
--dodger-blue-200: #BDE8FF;
--dodger-blue-300: #8AD6FF;
--dodger-blue-400: #4DC1FF;
--dodger-blue-500: #1AAFFF;
--dodger-blue-600: #0092E0;
--dodger-blue-700: #0074B3;
--dodger-blue-800: #005380;
--dodger-blue-900: #003552;
--dodger-blue-950: #002133;
}