Dodger Blue
#1C81FD
BlueColor Codes
All color formats for development
HEX
#1C81FDRGB
rgb(28, 129, 253)HSL
hsl(213, 98%, 55%)OKLCH
oklch(0.619 0.205 257)CMYK
cmyk(89%, 49%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0372FA
2#0265DE
3#0259C2
4#024CA7
5#013F8B
6#01336F
7#012653
8#011938
9#000D1C
Tints
Lighter variations
1#338EFD
2#499AFD
3#60A7FD
4#77B3FE
5#8DC0FE
6#A4CDFE
7#BBD9FE
8#D2E6FF
9#E8F2FF
Tones
Muted variations
1#2782F1
2#3283E6
3#3E84DB
4#4986D0
5#5487C4
6#5F88B9
7#6B89AE
8#768AA3
9#818B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDB #BDDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBF #8BBFFE | BordersInactive statesPlaceholder text |
| 400 | 4E9D #4E9DFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C81 #1C81FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 0265 #0265DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0251 #0251B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 013A #013A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0125 #012551 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEBFF;
--dodger-blue-200: #BDDBFE;
--dodger-blue-300: #8BBFFE;
--dodger-blue-400: #4E9DFD;
--dodger-blue-500: #1C81FD;
--dodger-blue-600: #0265DE;
--dodger-blue-700: #0251B1;
--dodger-blue-800: #013A7E;
--dodger-blue-900: #012551;
--dodger-blue-950: #011732;
}