Dodger Blue
#089DD9
BlueColor Codes
All color formats for development
HEX
#089DD9RGB
rgb(8, 157, 217)HSL
hsl(197, 93%, 44%)OKLCH
oklch(0.657 0.138 235)CMYK
cmyk(96%, 28%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#078EC3
2#067EAD
3#056E98
4#055E82
5#044F6C
6#033F57
7#022F41
8#021F2B
9#011016
Tints
Lighter variations
1#09B1F4
2#23BBF7
3#3EC3F8
4#5ACCF9
5#75D4FA
6#91DDFB
7#ACE5FC
8#C8EEFD
9#E3F6FE
Tones
Muted variations
1#1299CE
2#1D94C4
3#2790B9
4#328BAF
5#3C87A4
6#46829A
7#517E90
8#5B7985
9#66757B
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 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDC #8EDCFB | BordersInactive statesPlaceholder text |
| 400 | 53CA #53CAF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22BA #22BAF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 089D #089DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 067D #067DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0459 #04597B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0339 #03394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | 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: #BFEBFD;
--dodger-blue-300: #8EDCFB;
--dodger-blue-400: #53CAF9;
--dodger-blue-500: #22BAF7;
--dodger-blue-600: #089DD9;
--dodger-blue-700: #067DAC;
--dodger-blue-800: #04597B;
--dodger-blue-900: #03394F;
--dodger-blue-950: #022431;
}