Dodger Blue
#1D81FC
BlueColor Codes
All color formats for development
HEX
#1D81FCRGB
rgb(29, 129, 252)HSL
hsl(213, 97%, 55%)OKLCH
oklch(0.618 0.203 257)CMYK
cmyk(88%, 49%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0472F9
2#0365DD
3#0359C1
4#034CA6
5#023F8A
6#02336F
7#012653
8#011937
9#000D1C
Tints
Lighter variations
1#348EFC
2#4A9AFC
3#61A7FD
4#77B3FD
5#8EC0FD
6#A5CDFE
7#BBD9FE
8#D2E6FE
9#E8F2FF
Tones
Muted variations
1#2882F0
2#3383E5
3#3E84DA
4#4986CF
5#5587C4
6#6088B9
7#6B89AE
8#768AA3
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 #BEDBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BBF #8BBFFD | BordersInactive statesPlaceholder text |
| 400 | 4F9D #4F9DFC | Disabled statesSecondary iconsMuted text |
| 500 | 1D81 #1D81FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0365 #0365DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0351 #0351B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 023A #023A7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0125 #012550 | 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: #BEDBFE;
--dodger-blue-300: #8BBFFD;
--dodger-blue-400: #4F9DFC;
--dodger-blue-500: #1D81FC;
--dodger-blue-600: #0365DD;
--dodger-blue-700: #0351B0;
--dodger-blue-800: #023A7E;
--dodger-blue-900: #012550;
--dodger-blue-950: #011732;
}