Dodger Blue
#51A3FB
BlueColor Codes
All color formats for development
HEX
#51A3FBRGB
rgb(81, 163, 251)HSL
hsl(211, 96%, 65%)OKLCH
oklch(0.704 0.152 252.2)CMYK
cmyk(68%, 35%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3092FB
2#0F81FA
3#0570E3
4#0460C3
5#0350A2
6#034082
7#023061
8#012041
9#011020
Tints
Lighter variations
1#62ACFC
2#73B5FC
3#85BFFD
4#96C8FD
5#A8D1FD
6#B9DAFE
7#CBE3FE
8#DCEDFE
9#EEF6FF
Tones
Muted variations
1#59A3F3
2#61A3EA
3#6AA4E2
4#72A4D9
5#7BA4D1
6#83A5C8
7#8CA5BF
8#95A5B7
9#9DA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDD #BEDDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CC2 #8CC2FD | BordersInactive statesPlaceholder text |
| 400 | 50A3 #50A3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1E89 #1E89FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 046D #046DDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0456 #0456AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033E #033E7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0227 #022750 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BEDDFE;
--dodger-blue-300: #8CC2FD;
--dodger-blue-400: #50A3FB;
--dodger-blue-500: #1E89FA;
--dodger-blue-600: #046DDC;
--dodger-blue-700: #0456AF;
--dodger-blue-800: #033E7D;
--dodger-blue-900: #022750;
--dodger-blue-950: #011932;
}