Dodger Blue
#1F7AF9
BlueColor Codes
All color formats for development
HEX
#1F7AF9RGB
rgb(31, 122, 249)HSL
hsl(215, 95%, 55%)OKLCH
oklch(0.602 0.207 258.5)CMYK
cmyk(88%, 51%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066AF6
2#065EDB
3#0553BF
4#0447A4
5#043B89
6#032F6D
7#022352
8#011837
9#010C1B
Tints
Lighter variations
1#3687FA
2#4C95FA
3#62A2FB
4#79AFFC
5#8FBDFC
6#A5CAFD
7#BCD7FD
8#D2E4FE
9#E9F2FE
Tones
Muted variations
1#2A7CEE
2#357EE3
3#4080D9
4#4B81CE
5#5683C3
6#6185B8
7#6C87AD
8#7689A2
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 | BED9 #BED9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBB #8DBBFC | BordersInactive statesPlaceholder text |
| 400 | 5198 #5198FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F7A #1F7AF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 065E #065EDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 044B #044BAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0336 #03367C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0222 #022250 | 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: #BED9FD;
--dodger-blue-300: #8DBBFC;
--dodger-blue-400: #5198FB;
--dodger-blue-500: #1F7AF9;
--dodger-blue-600: #065EDB;
--dodger-blue-700: #044BAE;
--dodger-blue-800: #03367C;
--dodger-blue-900: #022250;
--dodger-blue-950: #011532;
}