Dodger Blue
#1DA3FC
BlueColor Codes
All color formats for development
HEX
#1DA3FCRGB
rgb(29, 163, 252)HSL
hsl(204, 97%, 55%)OKLCH
oklch(0.692 0.168 245.4)CMYK
cmyk(88%, 35%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0497F9
2#0386DD
3#0375C1
4#0364A6
5#02548A
6#02436F
7#013253
8#012137
9#00111C
Tints
Lighter variations
1#34ACFC
2#4AB5FC
3#61BEFD
4#77C8FD
5#8ED1FD
6#A5DAFE
7#BBE3FE
8#D2EDFE
9#E8F6FF
Tones
Muted variations
1#28A0F0
2#339EE5
3#3E9CDA
4#499ACF
5#5597C4
6#6095B9
7#6B93AE
8#7691A3
9#818E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE4 #BEE4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD0 #8BD0FD | BordersInactive statesPlaceholder text |
| 400 | 4FB7 #4FB7FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DA3 #1DA3FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0386 #0386DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 036B #036BB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 024C #024C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0131 #013150 | Primary textHigh emphasis contentDark headings |
| 950 | 011E #011E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DCF1FE;
--dodger-blue-200: #BEE4FE;
--dodger-blue-300: #8BD0FD;
--dodger-blue-400: #4FB7FC;
--dodger-blue-500: #1DA3FC;
--dodger-blue-600: #0386DD;
--dodger-blue-700: #036BB0;
--dodger-blue-800: #024C7E;
--dodger-blue-900: #013150;
--dodger-blue-950: #011E32;
}