Dodger Blue
#0283DE
BlueColor Codes
All color formats for development
HEX
#0283DERGB
rgb(2, 131, 222)HSL
hsl(205, 98%, 44%)OKLCH
oklch(0.599 0.167 249.5)CMYK
cmyk(99%, 41%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0275C8
2#0268B2
3#025B9C
4#014E85
5#01416F
6#013459
7#012743
8#001A2C
9#000D16
Tints
Lighter variations
1#0393FA
2#1D9FFD
3#39ABFD
4#55B7FD
5#72C3FE
6#8ECFFE
7#AADBFE
8#C6E7FE
9#E3F3FF
Tones
Muted variations
1#0D81D3
2#187FC8
3#237DBD
4#2E7BB2
5#3979A7
6#44789C
7#4F7691
8#5A7486
9#65727B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF0 #DCF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE3 #BDE3FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BCE #8BCEFE | BordersInactive statesPlaceholder text |
| 400 | 4EB4 #4EB4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1C9F #1C9FFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0283 #0283DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0268 #0268B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 014A #014A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 012F #012F51 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DCF0FF;
--dodger-blue-200: #BDE3FE;
--dodger-blue-300: #8BCEFE;
--dodger-blue-400: #4EB4FD;
--dodger-blue-500: #1C9FFD;
--dodger-blue-600: #0283DE;
--dodger-blue-700: #0268B1;
--dodger-blue-800: #014A7E;
--dodger-blue-900: #012F51;
--dodger-blue-950: #011E32;
}