Dodger Blue
#1FB4F9
BlueColor Codes
All color formats for development
HEX
#1FB4F9RGB
rgb(31, 180, 249)HSL
hsl(199, 95%, 55%)OKLCH
oklch(0.729 0.151 236.2)CMYK
cmyk(88%, 28%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06AAF6
2#0697DB
3#0584BF
4#0471A4
5#045F89
6#034C6D
7#023952
8#012637
9#01131B
Tints
Lighter variations
1#36BCFA
2#4CC3FA
3#62CBFB
4#79D2FC
5#8FDAFC
6#A5E1FD
7#BCE9FD
8#D2F0FE
9#E9F8FE
Tones
Muted variations
1#2AB0EE
2#35ACE3
3#40A8D9
4#4BA4CE
5#56A0C3
6#619CB8
7#6C98AD
8#7694A2
9#819097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE9 #BEE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD9 #8DD9FC | BordersInactive statesPlaceholder text |
| 400 | 51C5 #51C5FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB4 #1FB4F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0697 #0697DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0478 #0478AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0356 #03567C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0237 #023750 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF3FE;
--dodger-blue-200: #BEE9FD;
--dodger-blue-300: #8DD9FC;
--dodger-blue-400: #51C5FB;
--dodger-blue-500: #1FB4F9;
--dodger-blue-600: #0697DB;
--dodger-blue-700: #0478AE;
--dodger-blue-800: #03567C;
--dodger-blue-900: #023750;
--dodger-blue-950: #012232;
}