Dodger Blue
#1C6BFD
BlueColor Codes
All color formats for development
HEX
#1C6BFDRGB
rgb(28, 107, 253)HSL
hsl(219, 98%, 55%)OKLCH
oklch(0.574 0.23 261.5)CMYK
cmyk(89%, 58%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0359FA
2#024FDE
3#0245C2
4#023BA7
5#01328B
6#01286F
7#011E53
8#011438
9#000A1C
Tints
Lighter variations
1#3379FD
2#4988FD
3#6097FD
4#77A6FE
5#8DB5FE
6#A4C4FE
7#BBD2FE
8#D2E1FF
9#E8F0FF
Tones
Muted variations
1#276EF1
2#3271E6
3#3E75DB
4#4978D0
5#547BC4
6#5F7FB9
7#6B82AE
8#7686A3
9#818997
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE8 #DCE8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD4 #BDD4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB3 #8BB3FE | BordersInactive statesPlaceholder text |
| 400 | 4E8C #4E8CFD | Disabled statesSecondary iconsMuted text |
| 500 | 1C6B #1C6BFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 024F #024FDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 023F #023FB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 012D #012D7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 011D #011D51 | Primary textHigh emphasis contentDark headings |
| 950 | 0112 #011232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FF;
--dodger-blue-100: #DCE8FF;
--dodger-blue-200: #BDD4FE;
--dodger-blue-300: #8BB3FE;
--dodger-blue-400: #4E8CFD;
--dodger-blue-500: #1C6BFD;
--dodger-blue-600: #024FDE;
--dodger-blue-700: #023FB1;
--dodger-blue-800: #012D7E;
--dodger-blue-900: #011D51;
--dodger-blue-950: #011232;
}