Dodger Blue
#039CDD
BlueColor Codes
All color formats for development
HEX
#039CDDRGB
rgb(3, 156, 221)HSL
hsl(198, 97%, 44%)OKLCH
oklch(0.657 0.143 237.2)CMYK
cmyk(99%, 29%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#038CC7
2#037DB1
3#026D9B
4#025D85
5#024E6F
6#013E58
7#012F42
8#011F2C
9#001016
Tints
Lighter variations
1#04B0F9
2#1EB9FC
3#3AC2FC
4#56CBFC
5#72D3FD
6#8EDCFD
7#ABE5FE
8#C7EEFE
9#E3F6FF
Tones
Muted variations
1#0E97D2
2#1993C7
3#248FBC
4#2F8AB2
5#3A86A7
6#45829C
7#507D91
8#5A7986
9#65757B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEB #BEEBFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BDB #8BDBFD | BordersInactive statesPlaceholder text |
| 400 | 4FC8 #4FC8FC | Disabled statesSecondary iconsMuted text |
| 500 | 1DB9 #1DB9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 039C #039CDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 037C #037CB0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0258 #02587E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0139 #013950 | Primary textHigh emphasis contentDark headings |
| 950 | 0123 #012332 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF4FE;
--dodger-blue-200: #BEEBFE;
--dodger-blue-300: #8BDBFD;
--dodger-blue-400: #4FC8FC;
--dodger-blue-500: #1DB9FC;
--dodger-blue-600: #039CDD;
--dodger-blue-700: #037CB0;
--dodger-blue-800: #02587E;
--dodger-blue-900: #013950;
--dodger-blue-950: #012332;
}