Dodger Blue
#0885D9
BlueColor Codes
All color formats for development
HEX
#0885D9RGB
rgb(8, 133, 217)HSL
hsl(204, 93%, 44%)OKLCH
oklch(0.601 0.158 247.6)CMYK
cmyk(96%, 39%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0778C3
2#066AAD
3#055D98
4#055082
5#04436C
6#033557
7#022841
8#021B2B
9#010D16
Tints
Lighter variations
1#0996F4
2#23A2F7
3#3EAEF8
4#5AB9F9
5#75C5FA
6#91D1FB
7#ACDCFC
8#C8E8FD
9#E3F3FE
Tones
Muted variations
1#1283CE
2#1D81C4
3#277FB9
4#327DAF
5#3C7BA4
6#46799A
7#517690
8#5B7485
9#66727B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECF #8ECFFB | BordersInactive statesPlaceholder text |
| 400 | 53B6 #53B6F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22A2 #22A2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0885 #0885D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 066A #066AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044C #044C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0330 #03304F | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FE;
--dodger-blue-100: #DDF0FE;
--dodger-blue-200: #BFE4FD;
--dodger-blue-300: #8ECFFB;
--dodger-blue-400: #53B6F9;
--dodger-blue-500: #22A2F7;
--dodger-blue-600: #0885D9;
--dodger-blue-700: #066AAC;
--dodger-blue-800: #044C7B;
--dodger-blue-900: #03304F;
--dodger-blue-950: #021E31;
}