Dodger Blue
#1E89FA
BlueColor Codes
All color formats for development
HEX
#1E89FARGB
rgb(30, 137, 250)HSL
hsl(211, 96%, 55%)OKLCH
oklch(0.634 0.192 254.5)CMYK
cmyk(88%, 45%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#057AF7
2#046DDC
3#045FC0
4#0351A5
5#034489
6#02366E
7#022952
8#011B37
9#010E1B
Tints
Lighter variations
1#3594FB
2#4BA0FB
3#62ACFC
4#78B8FC
5#8FC4FD
6#A5D0FD
7#BCDBFE
8#D2E7FE
9#E9F3FF
Tones
Muted variations
1#2989EF
2#3489E4
3#3F8AD9
4#4A8ACE
5#558AC3
6#608BB8
7#6B8BAD
8#768CA2
9#818C97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDD #BEDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CC2 #8CC2FD | BordersInactive statesPlaceholder text |
| 400 | 50A3 #50A3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E89 #1E89FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 046D #046DDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0456 #0456AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033E #033E7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0227 #022750 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BEDDFE;
--dodger-blue-300: #8CC2FD;
--dodger-blue-400: #50A3FB;
--dodger-blue-500: #1E89FA;
--dodger-blue-600: #046DDC;
--dodger-blue-700: #0456AF;
--dodger-blue-800: #033E7D;
--dodger-blue-900: #022750;
--dodger-blue-950: #011932;
}