Dodger Blue
#0391DD
BlueColor Codes
All color formats for development
HEX
#0391DDRGB
rgb(3, 145, 221)HSL
hsl(201, 97%, 44%)OKLCH
oklch(0.631 0.152 243)CMYK
cmyk(99%, 34%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0382C7
2#0374B1
3#02659B
4#025785
5#02486F
6#013A58
7#012B42
8#011D2C
9#000E16
Tints
Lighter variations
1#04A3F9
2#1EAEFC
3#3AB8FC
4#56C2FC
5#72CCFD
6#8ED7FD
7#ABE1FE
8#C7EBFE
9#E3F5FF
Tones
Muted variations
1#0E8ED2
2#198AC7
3#2487BC
4#2F84B2
5#3A81A7
6#457D9C
7#507A91
8#5A7786
9#65737B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE7 #BEE7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BD5 #8BD5FD | BordersInactive statesPlaceholder text |
| 400 | 4FC0 #4FC0FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DAE #1DAEFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 0391 #0391DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0373 #0373B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0252 #02527E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0135 #013550 | Primary textHigh emphasis contentDark headings |
| 950 | 0121 #012132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF2FE;
--dodger-blue-200: #BEE7FE;
--dodger-blue-300: #8BD5FD;
--dodger-blue-400: #4FC0FC;
--dodger-blue-500: #1DAEFC;
--dodger-blue-600: #0391DD;
--dodger-blue-700: #0373B0;
--dodger-blue-800: #02527E;
--dodger-blue-900: #013550;
--dodger-blue-950: #012132;
}