Dodger Blue
#0893D9
BlueColor Codes
All color formats for development
HEX
#0893D9RGB
rgb(8, 147, 217)HSL
hsl(200, 93%, 44%)OKLCH
oklch(0.634 0.145 240.8)CMYK
cmyk(96%, 32%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0784C3
2#0676AD
3#056798
4#055882
5#04496C
6#033B57
7#022C41
8#021D2B
9#010F16
Tints
Lighter variations
1#09A6F4
2#23B0F7
3#3EBAF8
4#5AC4F9
5#75CEFA
6#91D8FB
7#ACE1FC
8#C8EBFD
9#E3F5FE
Tones
Muted variations
1#1290CE
2#1D8CC4
3#2789B9
4#3285AF
5#3C82A4
6#467E9A
7#517B90
8#5B7785
9#66747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED7 #8ED7FB | BordersInactive statesPlaceholder text |
| 400 | 53C1 #53C1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B0 #22B0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0893 #0893D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0675 #0675AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FE;
--dodger-blue-200: #BFE8FD;
--dodger-blue-300: #8ED7FB;
--dodger-blue-400: #53C1F9;
--dodger-blue-500: #22B0F7;
--dodger-blue-600: #0893D9;
--dodger-blue-700: #0675AC;
--dodger-blue-800: #04547B;
--dodger-blue-900: #03354F;
--dodger-blue-950: #022131;
}