Dodger Blue
#1AABFF
BlueColor Codes
All color formats for development
HEX
#1AABFFRGB
rgb(26, 171, 255)HSL
hsl(202, 100%, 55%)OKLCH
oklch(0.711 0.165 242.5)CMYK
cmyk(90%, 33%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A0FC
2#008EE0
3#007CC4
4#006BA8
5#00598C
6#004770
7#003554
8#002438
9#00121C
Tints
Lighter variations
1#30B3FF
2#47BCFF
3#5EC4FF
4#75CDFF
5#8CD5FF
6#A3DDFF
7#BAE6FF
8#D1EEFF
9#E8F7FF
Tones
Muted variations
1#25A8F4
2#30A5E8
3#3CA2DD
4#479FD1
5#539CC6
6#5E98BA
7#6A95AF
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 | DBF2 #DBF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE7 #BDE7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD4 #8AD4FF | BordersInactive statesPlaceholder text |
| 400 | 4DBE #4DBEFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAB #1AABFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 008E #008EE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0071 #0071B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0051 #005180 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0034 #003452 | Primary textHigh emphasis contentDark headings |
| 950 | 0020 #002033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DBF2FF;
--dodger-blue-200: #BDE7FF;
--dodger-blue-300: #8AD4FF;
--dodger-blue-400: #4DBEFF;
--dodger-blue-500: #1AABFF;
--dodger-blue-600: #008EE0;
--dodger-blue-700: #0071B3;
--dodger-blue-800: #005180;
--dodger-blue-900: #003452;
--dodger-blue-950: #002033;
}