Dodger Blue
#2589F4
BlueColor Codes
All color formats for development
HEX
#2589F4RGB
rgb(37, 137, 244)HSL
hsl(211, 90%, 55%)OKLCH
oklch(0.631 0.183 254.2)CMYK
cmyk(85%, 44%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D7AF0
2#0B6DD5
3#0A5FBB
4#0852A0
5#074485
6#06366B
7#042950
8#031B35
9#010E1B
Tints
Lighter variations
1#3B95F5
2#51A0F6
3#66ACF7
4#7CB8F8
5#92C4F9
6#A8D0FA
7#BEDCFC
8#D3E7FD
9#E9F3FE
Tones
Muted variations
1#2F89E9
2#3A89DF
3#448AD5
4#4E8ACA
5#598BC0
6#638BB6
7#6D8BAB
8#788CA1
9#828C97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0DD #C0DDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C3 #90C3F9 | BordersInactive statesPlaceholder text |
| 400 | 55A3 #55A3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2589 #2589F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B6D #0B6DD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0957 #0957AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 063E #063E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0428 #04284E | Primary textHigh emphasis contentDark headings |
| 950 | 0319 #031930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDEDFD;
--dodger-blue-200: #C0DDFC;
--dodger-blue-300: #90C3F9;
--dodger-blue-400: #55A3F6;
--dodger-blue-500: #2589F4;
--dodger-blue-600: #0B6DD5;
--dodger-blue-700: #0957AA;
--dodger-blue-800: #063E79;
--dodger-blue-900: #04284E;
--dodger-blue-950: #031930;
}