Dodger Blue
#1DB5FC
BlueColor Codes
All color formats for development
HEX
#1DB5FCRGB
rgb(29, 181, 252)HSL
hsl(199, 97%, 55%)OKLCH
oklch(0.733 0.154 236.7)CMYK
cmyk(88%, 28%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04ABF9
2#0398DD
3#0385C1
4#0372A6
5#025F8A
6#024C6F
7#013953
8#012637
9#00131C
Tints
Lighter variations
1#34BCFC
2#4AC4FC
3#61CBFD
4#77D3FD
5#8EDAFD
6#A5E1FE
7#BBE9FE
8#D2F0FE
9#E8F8FF
Tones
Muted variations
1#28B1F0
2#33ADE5
3#3EA9DA
4#49A5CF
5#55A1C4
6#609DB9
7#6B98AE
8#7694A3
9#819097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEA #BEEAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD9 #8BD9FD | BordersInactive statesPlaceholder text |
| 400 | 4FC5 #4FC5FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB5 #1DB5FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0398 #0398DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0379 #0379B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0256 #02567E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0137 #013750 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF3FE;
--dodger-blue-200: #BEEAFE;
--dodger-blue-300: #8BD9FD;
--dodger-blue-400: #4FC5FC;
--dodger-blue-500: #1DB5FC;
--dodger-blue-600: #0398DD;
--dodger-blue-700: #0379B0;
--dodger-blue-800: #02567E;
--dodger-blue-900: #013750;
--dodger-blue-950: #012332;
}