Dodger Blue
#08A4D9
BlueColor Codes
All color formats for development
HEX
#08A4D9RGB
rgb(8, 164, 217)HSL
hsl(195, 93%, 44%)OKLCH
oklch(0.674 0.134 230.6)CMYK
cmyk(96%, 24%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0794C3
2#0683AD
3#057398
4#056382
5#04526C
6#034257
7#023141
8#02212B
9#011016
Tints
Lighter variations
1#09B9F4
2#23C2F7
3#3ECAF8
4#5AD1F9
5#75D9FA
6#91E0FB
7#ACE8FC
8#C8F0FD
9#E3F7FE
Tones
Muted variations
1#129FCE
2#1D9AC4
3#2795B9
4#3290AF
5#3C8AA4
6#46859A
7#518090
8#5B7B85
9#66757B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFED #BFEDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE0 #8EE0FB | BordersInactive statesPlaceholder text |
| 400 | 53CF #53CFF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C2 #22C2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A4 #08A4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0683 #0683AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045D #045D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033C #033C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFE;
--dodger-blue-100: #DDF5FE;
--dodger-blue-200: #BFEDFD;
--dodger-blue-300: #8EE0FB;
--dodger-blue-400: #53CFF9;
--dodger-blue-500: #22C2F7;
--dodger-blue-600: #08A4D9;
--dodger-blue-700: #0683AC;
--dodger-blue-800: #045D7B;
--dodger-blue-900: #033C4F;
--dodger-blue-950: #022531;
}