Dodger Blue
#0291DE
BlueColor Codes
All color formats for development
HEX
#0291DERGB
rgb(2, 145, 222)HSL
hsl(201, 98%, 44%)OKLCH
oklch(0.631 0.153 243.3)CMYK
cmyk(99%, 35%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0283C8
2#0274B2
3#02669C
4#015785
5#01496F
6#013A59
7#012C43
8#001D2C
9#000F16
Tints
Lighter variations
1#03A4FA
2#1DAEFD
3#39B8FD
4#55C3FD
5#72CDFE
6#8ED7FE
7#AAE1FE
8#C6EBFE
9#E3F5FF
Tones
Muted variations
1#0D8ED3
2#188BC8
3#2387BD
4#2E84B2
5#3981A7
6#447D9C
7#4F7A91
8#5A7786
9#65737B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE8 #BDE8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD6 #8BD6FE | BordersInactive statesPlaceholder text |
| 400 | 4EC0 #4EC0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CAE #1CAEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0291 #0291DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0273 #0273B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0152 #01527E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0135 #013551 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF2FF;
--dodger-blue-200: #BDE8FE;
--dodger-blue-300: #8BD6FE;
--dodger-blue-400: #4EC0FD;
--dodger-blue-500: #1CAEFD;
--dodger-blue-600: #0291DE;
--dodger-blue-700: #0273B1;
--dodger-blue-800: #01527E;
--dodger-blue-900: #013551;
--dodger-blue-950: #012132;
}