Dodger Blue
#086DD9
BlueColor Codes
All color formats for development
HEX
#086DD9RGB
rgb(8, 109, 217)HSL
hsl(211, 93%, 44%)OKLCH
oklch(0.548 0.185 256.2)CMYK
cmyk(96%, 50%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0762C3
2#0657AD
3#054C98
4#054182
5#04366C
6#032B57
7#022141
8#02162B
9#010B16
Tints
Lighter variations
1#097BF4
2#2389F7
3#3E98F8
4#5AA7F9
5#75B5FA
6#91C4FB
7#ACD3FC
8#C8E2FD
9#E3F0FE
Tones
Muted variations
1#126DCE
2#1D6DC4
3#276EB9
4#326EAF
5#3C6EA4
6#466F9A
7#516F90
8#5B7085
9#66707B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDD #BFDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC3 #8EC3FB | BordersInactive statesPlaceholder text |
| 400 | 53A3 #53A3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2289 #2289F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 086D #086DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0656 #0656AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043E #043E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0328 #03284F | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDEDFE;
--dodger-blue-200: #BFDDFD;
--dodger-blue-300: #8EC3FB;
--dodger-blue-400: #53A3F9;
--dodger-blue-500: #2289F7;
--dodger-blue-600: #086DD9;
--dodger-blue-700: #0656AC;
--dodger-blue-800: #043E7B;
--dodger-blue-900: #03284F;
--dodger-blue-950: #021931;
}