Dodger Blue
#258CF4
BlueColor Codes
All color formats for development
HEX
#258CF4RGB
rgb(37, 140, 244)HSL
hsl(210, 90%, 55%)OKLCH
oklch(0.637 0.18 253.2)CMYK
cmyk(85%, 43%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D7EF0
2#0B70D5
3#0A62BB
4#0854A0
5#074685
6#06386B
7#042A50
8#031C35
9#010E1B
Tints
Lighter variations
1#3B98F5
2#51A3F6
3#66AFF7
4#7CBAF8
5#92C6F9
6#A8D1FA
7#BEDDFC
8#D3E8FD
9#E9F4FE
Tones
Muted variations
1#2F8CE9
2#3A8CDF
3#448CD5
4#4E8CCA
5#598CC0
6#638CB6
7#6D8CAB
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 | C0DE #C0DEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90C4 #90C4F9 | BordersInactive statesPlaceholder text |
| 400 | 55A6 #55A6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 258C #258CF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B70 #0B70D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0959 #0959AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0640 #064079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0429 #04294E | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | 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: #C0DEFC;
--dodger-blue-300: #90C4F9;
--dodger-blue-400: #55A6F6;
--dodger-blue-500: #258CF4;
--dodger-blue-600: #0B70D5;
--dodger-blue-700: #0959AA;
--dodger-blue-800: #064079;
--dodger-blue-900: #04294E;
--dodger-blue-950: #031A30;
}