Dodger Blue
#089AD9
BlueColor Codes
All color formats for development
HEX
#089AD9RGB
rgb(8, 154, 217)HSL
hsl(198, 93%, 44%)OKLCH
oklch(0.65 0.14 236.8)CMYK
cmyk(96%, 29%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#078BC3
2#067BAD
3#056C98
4#055C82
5#044D6C
6#033E57
7#022E41
8#021F2B
9#010F16
Tints
Lighter variations
1#09AEF4
2#23B7F7
3#3EC0F8
4#5AC9F9
5#75D2FA
6#91DBFB
7#ACE4FC
8#C8EDFD
9#E3F6FE
Tones
Muted variations
1#1296CE
2#1D92C4
3#278DB9
4#3289AF
5#3C85A4
6#46819A
7#517D90
8#5B7985
9#66747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFB | BordersInactive statesPlaceholder text |
| 400 | 53C7 #53C7F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B7 #22B7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 089A #089AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 067A #067AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0457 #04577B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF4FE;
--dodger-blue-200: #BFEAFD;
--dodger-blue-300: #8EDAFB;
--dodger-blue-400: #53C7F9;
--dodger-blue-500: #22B7F7;
--dodger-blue-600: #089AD9;
--dodger-blue-700: #067AAC;
--dodger-blue-800: #04577B;
--dodger-blue-900: #03384F;
--dodger-blue-950: #022331;
}