Dodger Blue
#549BF8
BlueColor Codes
All color formats for development
HEX
#549BF8RGB
rgb(84, 155, 248)HSL
hsl(214, 92%, 65%)OKLCH
oklch(0.686 0.155 256)CMYK
cmyk(66%, 38%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3488F7
2#1476F5
3#0966DF
4#0857BF
5#07499F
6#053A7F
7#042C5F
8#031D40
9#010F20
Tints
Lighter variations
1#65A5F9
2#76AFF9
3#87B9FA
4#98C3FB
5#A9CDFB
6#BAD7FC
7#CCE1FD
8#DDEBFE
9#EEF5FE
Tones
Muted variations
1#5C9CF0
2#649DE7
3#6C9EDF
4#749FD7
5#7DA0CF
6#85A1C7
7#8DA2BE
8#95A4B6
9#9EA5AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBD #8EBDFA | BordersInactive statesPlaceholder text |
| 400 | 549B #549BF8 | Disabled statesSecondary iconsMuted text |
| 500 | 237E #237EF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0962 #0962D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 074E #074EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0538 #05387A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0324 #03244E | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FE;
--dodger-blue-100: #DDEBFE;
--dodger-blue-200: #BFDAFC;
--dodger-blue-300: #8EBDFA;
--dodger-blue-400: #549BF8;
--dodger-blue-500: #237EF6;
--dodger-blue-600: #0962D7;
--dodger-blue-700: #074EAB;
--dodger-blue-800: #05387A;
--dodger-blue-900: #03244E;
--dodger-blue-950: #021631;
}