Dodger Blue
#1DB9FC
BlueColor Codes
All color formats for development
HEX
#1DB9FCRGB
rgb(29, 185, 252)HSL
hsl(198, 97%, 55%)OKLCH
oklch(0.742 0.151 234.6)CMYK
cmyk(88%, 27%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#04AFF9
2#039CDD
3#0388C1
4#0375A6
5#02618A
6#024E6F
7#013A53
8#012737
9#00131C
Tints
Lighter variations
1#34C0FC
2#4AC7FC
3#61CEFD
4#77D5FD
5#8EDCFD
6#A5E3FE
7#BBEAFE
8#D2F1FE
9#E8F8FF
Tones
Muted variations
1#28B4F0
2#33B0E5
3#3EABDA
4#49A7CF
5#55A3C4
6#609EB9
7#6B9AAE
8#7695A3
9#819197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEB #BEEBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDB #8BDBFD | BordersInactive statesPlaceholder text |
| 400 | 4FC8 #4FC8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB9 #1DB9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 039C #039CDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 037C #037CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0258 #02587E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0139 #013950 | 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: #DCF4FE;
--dodger-blue-200: #BEEBFE;
--dodger-blue-300: #8BDBFD;
--dodger-blue-400: #4FC8FC;
--dodger-blue-500: #1DB9FC;
--dodger-blue-600: #039CDD;
--dodger-blue-700: #037CB0;
--dodger-blue-800: #02587E;
--dodger-blue-900: #013950;
--dodger-blue-950: #012332;
}