Dodger Blue
#08A1D9
BlueColor Codes
All color formats for development
HEX
#08A1D9RGB
rgb(8, 161, 217)HSL
hsl(196, 93%, 44%)OKLCH
oklch(0.667 0.136 232.5)CMYK
cmyk(96%, 26%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0791C3
2#0681AD
3#057198
4#056182
5#04506C
6#034057
7#023041
8#02202B
9#011016
Tints
Lighter variations
1#09B5F4
2#23BEF7
3#3EC6F8
4#5ACFF9
5#75D7FA
6#91DFFB
7#ACE7FC
8#C8EFFD
9#E3F7FE
Tones
Muted variations
1#129CCE
2#1D97C4
3#2792B9
4#328DAF
5#3C89A4
6#46849A
7#517F90
8#5B7A85
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 | BFEC #BFECFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDE #8EDEFB | BordersInactive statesPlaceholder text |
| 400 | 53CC #53CCF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22BE #22BEF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A1 #08A1D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0680 #0680AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045B #045B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033B #033B4F | 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: #BFECFD;
--dodger-blue-300: #8EDEFB;
--dodger-blue-400: #53CCF9;
--dodger-blue-500: #22BEF7;
--dodger-blue-600: #08A1D9;
--dodger-blue-700: #0680AC;
--dodger-blue-800: #045B7B;
--dodger-blue-900: #033B4F;
--dodger-blue-950: #022531;
}