Dodger Blue
#1D85FC
BlueColor Codes
All color formats for development
HEX
#1D85FCRGB
rgb(29, 133, 252)HSL
hsl(212, 97%, 55%)OKLCH
oklch(0.626 0.199 255.9)CMYK
cmyk(88%, 47%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0476F9
2#0369DD
3#035CC1
4#034FA6
5#02428A
6#02346F
7#012753
8#011A37
9#000D1C
Tints
Lighter variations
1#3491FC
2#4A9DFC
3#61A9FD
4#77B6FD
5#8EC2FD
6#A5CEFE
7#BBDAFE
8#D2E7FE
9#E8F3FF
Tones
Muted variations
1#2886F0
2#3386E5
3#3E87DA
4#4988CF
5#5589C4
6#6089B9
7#6B8AAE
8#768BA3
9#818C97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEC #DCECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDC #BEDCFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BC1 #8BC1FD | BordersInactive statesPlaceholder text |
| 400 | 4FA0 #4FA0FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D85 #1D85FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0369 #0369DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0353 #0353B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023C #023C7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0126 #012650 | Primary textHigh emphasis contentDark headings |
| 950 | 0118 #011832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCECFE;
--dodger-blue-200: #BEDCFE;
--dodger-blue-300: #8BC1FD;
--dodger-blue-400: #4FA0FC;
--dodger-blue-500: #1D85FC;
--dodger-blue-600: #0369DD;
--dodger-blue-700: #0353B0;
--dodger-blue-800: #023C7E;
--dodger-blue-900: #012650;
--dodger-blue-950: #011832;
}