Dodger Blue
#1F81F9
BlueColor Codes
All color formats for development
HEX
#1F81F9RGB
rgb(31, 129, 249)HSL
hsl(213, 95%, 55%)OKLCH
oklch(0.616 0.199 256.8)CMYK
cmyk(88%, 48%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0672F6
2#0666DB
3#0559BF
4#044CA4
5#043F89
6#03336D
7#022652
8#011937
9#010D1B
Tints
Lighter variations
1#368EFA
2#4C9AFA
3#62A7FB
4#79B4FC
5#8FC0FC
6#A5CDFD
7#BCD9FD
8#D2E6FE
9#E9F2FE
Tones
Muted variations
1#2A82EE
2#3584E3
3#4085D9
4#4B86CE
5#5687C3
6#6188B8
7#6C89AD
8#768AA2
9#818B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEB #DCEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDB #BEDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DBF #8DBFFC | BordersInactive statesPlaceholder text |
| 400 | 519D #519DFB | Disabled statesSecondary iconsMuted text |
| 500 | 1F81 #1F81F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0666 #0666DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0451 #0451AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033A #033A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0225 #022550 | Primary textHigh emphasis contentDark headings |
| 950 | 0117 #011732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEBFE;
--dodger-blue-200: #BEDBFD;
--dodger-blue-300: #8DBFFC;
--dodger-blue-400: #519DFB;
--dodger-blue-500: #1F81F9;
--dodger-blue-600: #0666DB;
--dodger-blue-700: #0451AE;
--dodger-blue-800: #033A7C;
--dodger-blue-900: #022550;
--dodger-blue-950: #011732;
}