Dodger Blue
#53A9F9
BlueColor Codes
All color formats for development
HEX
#53A9F9RGB
rgb(83, 169, 249)HSL
hsl(209, 93%, 65%)OKLCH
oklch(0.717 0.144 249)CMYK
cmyk(67%, 32%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3398F8
2#1388F6
3#0878E0
4#0767C0
5#0655A0
6#054480
7#033360
8#022240
9#011120
Tints
Lighter variations
1#64B1F9
2#75BAFA
3#86C2FB
4#98CBFB
5#A9D4FC
6#BADCFD
7#CBE5FD
8#DDEEFE
9#EEF6FE
Tones
Muted variations
1#5BA8F0
2#63A8E8
3#6CA8E0
4#74A7D8
5#7CA7CF
6#85A7C7
7#8DA7BF
8#95A6B6
9#9DA6AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDF #BFDFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC6 #8EC6FB | BordersInactive statesPlaceholder text |
| 400 | 53A9 #53A9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2290 #2290F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0874 #0874D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065C #065CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0442 #04427B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032A #032A4F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEEFE;
--dodger-blue-200: #BFDFFD;
--dodger-blue-300: #8EC6FB;
--dodger-blue-400: #53A9F9;
--dodger-blue-500: #2290F7;
--dodger-blue-600: #0874D9;
--dodger-blue-700: #065CAC;
--dodger-blue-800: #04427B;
--dodger-blue-900: #032A4F;
--dodger-blue-950: #021A31;
}