Dodger Blue
#539BF9
BlueColor Codes
All color formats for development
HEX
#539BF9RGB
rgb(83, 155, 249)HSL
hsl(214, 93%, 65%)OKLCH
oklch(0.686 0.157 256)CMYK
cmyk(67%, 38%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3388F8
2#1375F6
3#0866E0
4#0757C0
5#0649A0
6#053A80
7#032C60
8#021D40
9#010F20
Tints
Lighter variations
1#64A5F9
2#75AFFA
3#86B9FB
4#98C3FB
5#A9CDFC
6#BAD7FD
7#CBE1FD
8#DDEBFE
9#EEF5FE
Tones
Muted variations
1#5B9CF0
2#639DE8
3#6C9EE0
4#749FD8
5#7CA0CF
6#85A1C7
7#8DA2BF
8#95A4B6
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBD #8EBDFB | BordersInactive statesPlaceholder text |
| 400 | 539B #539BF9 | Disabled statesSecondary iconsMuted text |
| 500 | 227E #227EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0862 #0862D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 064E #064EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0438 #04387B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0324 #03244F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FE;
--dodger-blue-100: #DDEBFE;
--dodger-blue-200: #BFDAFD;
--dodger-blue-300: #8EBDFB;
--dodger-blue-400: #539BF9;
--dodger-blue-500: #227EF7;
--dodger-blue-600: #0862D9;
--dodger-blue-700: #064EAC;
--dodger-blue-800: #04387B;
--dodger-blue-900: #03244F;
--dodger-blue-950: #021631;
}