Dodger Blue
#53AEF9
BlueColor Codes
All color formats for development
HEX
#53AEF9RGB
rgb(83, 174, 249)HSL
hsl(207, 93%, 65%)OKLCH
oklch(0.728 0.14 246.2)CMYK
cmyk(67%, 30%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#339FF8
2#1390F6
3#087FE0
4#076DC0
5#065BA0
6#054880
7#033660
8#022440
9#011220
Tints
Lighter variations
1#64B6F9
2#75BEFA
3#86C6FB
4#98CEFB
5#A9D7FC
6#BADFFD
7#CBE7FD
8#DDEFFE
9#EEF7FE
Tones
Muted variations
1#5BADF0
2#63ACE8
3#6CACE0
4#74ABD8
5#7CAACF
6#85A9C7
7#8DA8BF
8#95A7B6
9#9DA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECA #8ECAFB | BordersInactive statesPlaceholder text |
| 400 | 53AE #53AEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2297 #2297F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087B #087BD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0662 #0662AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0446 #04467B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032D #032D4F | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEFFE;
--dodger-blue-200: #BFE1FD;
--dodger-blue-300: #8ECAFB;
--dodger-blue-400: #53AEF9;
--dodger-blue-500: #2297F7;
--dodger-blue-600: #087BD9;
--dodger-blue-700: #0662AC;
--dodger-blue-800: #04467B;
--dodger-blue-900: #032D4F;
--dodger-blue-950: #021C31;
}