Dodger Blue
#4DB5FF
BlueColor Codes
All color formats for development
HEX
#4DB5FFRGB
rgb(77, 181, 255)HSL
hsl(205, 100%, 65%)OKLCH
oklch(0.744 0.143 243.1)CMYK
cmyk(70%, 29%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BA7FF
2#0A99FF
3#0087E8
4#0074C7
5#0061A6
6#004D85
7#003A63
8#002742
9#001321
Tints
Lighter variations
1#5EBCFF
2#70C3FF
3#82CBFF
4#94D2FF
5#A6DAFF
6#B8E1FF
7#C9E9FF
8#DBF0FF
9#EDF8FF
Tones
Muted variations
1#55B3F6
2#5EB2ED
3#67B0E4
4#70AFDB
5#79ADD2
6#82ACC9
7#8BAAC1
8#94A9B8
9#9DA7AF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE3 #BDE3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACE #8ACEFF | BordersInactive statesPlaceholder text |
| 400 | 4DB5 #4DB5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9F #1A9FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0083 #0083E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0068 #0068B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004A #004A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0030 #003052 | Primary textHigh emphasis contentDark headings |
| 950 | 001E #001E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FF;
--dodger-blue-100: #DBF0FF;
--dodger-blue-200: #BDE3FF;
--dodger-blue-300: #8ACEFF;
--dodger-blue-400: #4DB5FF;
--dodger-blue-500: #1A9FFF;
--dodger-blue-600: #0083E0;
--dodger-blue-700: #0068B3;
--dodger-blue-800: #004A80;
--dodger-blue-900: #003052;
--dodger-blue-950: #001E33;
}