Dodger Blue
#1F76F9
BlueColor Codes
All color formats for development
HEX
#1F76F9RGB
rgb(31, 118, 249)HSL
hsl(216, 95%, 55%)OKLCH
oklch(0.593 0.212 259.4)CMYK
cmyk(88%, 53%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0666F6
2#065BDB
3#0550BF
4#0444A4
5#043989
6#032D6D
7#022252
8#011737
9#010B1B
Tints
Lighter variations
1#3684FA
2#4C92FA
3#629FFB
4#79ADFC
5#8FBBFC
6#A5C8FD
7#BCD6FD
8#D2E4FE
9#E9F1FE
Tones
Muted variations
1#2A79EE
2#357BE3
3#407DD9
4#4B7FCE
5#5681C3
6#6184B8
7#6C86AD
8#7688A2
9#818A97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED8 #BED8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DB9 #8DB9FC | BordersInactive statesPlaceholder text |
| 400 | 5195 #5195FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F76 #1F76F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 065B #065BDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0448 #0448AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0334 #03347C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0221 #022150 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FF;
--dodger-blue-100: #DCEAFE;
--dodger-blue-200: #BED8FD;
--dodger-blue-300: #8DB9FC;
--dodger-blue-400: #5195FB;
--dodger-blue-500: #1F76F9;
--dodger-blue-600: #065BDB;
--dodger-blue-700: #0448AE;
--dodger-blue-800: #03347C;
--dodger-blue-900: #022150;
--dodger-blue-950: #011532;
}