Dodger Blue
#006CE0
BlueColor Codes
All color formats for development
HEX
#006CE0RGB
rgb(0, 108, 224)HSL
hsl(211, 100%, 44%)OKLCH
oklch(0.55 0.195 257)CMYK
cmyk(100%, 52%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0062CA
2#0057B4
3#004C9D
4#004187
5#003670
6#002B5A
7#002143
8#00162D
9#000B16
Tints
Lighter variations
1#007AFD
2#1B89FF
3#3798FF
4#54A6FF
5#70B5FF
6#8DC4FF
7#A9D3FF
8#C6E1FF
9#E2F0FF
Tones
Muted variations
1#0B6DD5
2#166DCA
3#226EBF
4#2D6EB4
5#386EA8
6#436F9D
7#4F6F92
8#5A6F87
9#65707B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBED #DBEDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDD #BDDDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AC2 #8AC2FF | BordersInactive statesPlaceholder text |
| 400 | 4DA3 #4DA3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A88 #1A88FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 006C #006CE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0056 #0056B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 003E #003E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0027 #002752 | Primary textHigh emphasis contentDark headings |
| 950 | 0019 #001933 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DBEDFF;
--dodger-blue-200: #BDDDFF;
--dodger-blue-300: #8AC2FF;
--dodger-blue-400: #4DA3FF;
--dodger-blue-500: #1A88FF;
--dodger-blue-600: #006CE0;
--dodger-blue-700: #0056B3;
--dodger-blue-800: #003E80;
--dodger-blue-900: #002752;
--dodger-blue-950: #001933;
}