Dodger Blue
#066DDB
BlueColor Codes
All color formats for development
HEX
#066DDBRGB
rgb(6, 109, 219)HSL
hsl(211, 95%, 44%)OKLCH
oklch(0.549 0.187 256.4)CMYK
cmyk(97%, 50%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0562C5
2#0457AF
3#044C99
4#034183
5#03366D
6#022B58
7#022142
8#01162C
9#010B16
Tints
Lighter variations
1#067AF7
2#2089F9
3#3C98FA
4#58A7FB
5#74B5FB
6#90C4FC
7#ABD3FD
8#C7E2FE
9#E3F0FE
Tones
Muted variations
1#106DD0
2#1B6DC5
3#266EBB
4#306EB0
5#3B6EA5
6#466F9B
7#506F90
8#5B6F86
9#66707B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCED #DCEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEDD #BEDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DC2 #8DC2FC | BordersInactive statesPlaceholder text |
| 400 | 51A3 #51A3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1F89 #1F89F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 066D #066DDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0456 #0456AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 033E #033E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0228 #022850 | Primary textHigh emphasis contentDark headings |
| 950 | 0119 #011932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FF;
--dodger-blue-100: #DCEDFE;
--dodger-blue-200: #BEDDFD;
--dodger-blue-300: #8DC2FC;
--dodger-blue-400: #51A3FB;
--dodger-blue-500: #1F89F9;
--dodger-blue-600: #066DDB;
--dodger-blue-700: #0456AE;
--dodger-blue-800: #033E7C;
--dodger-blue-900: #022850;
--dodger-blue-950: #011932;
}