Dodger Blue
#0694DB
BlueColor Codes
All color formats for development
HEX
#0694DBRGB
rgb(6, 148, 219)HSL
hsl(200, 95%, 44%)OKLCH
oklch(0.637 0.147 240.9)CMYK
cmyk(97%, 32%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0585C5
2#0476AF
3#046799
4#035983
5#034A6D
6#023B58
7#022C42
8#011E2C
9#010F16
Tints
Lighter variations
1#06A7F7
2#20B1F9
3#3CBBFA
4#58C4FB
5#74CEFB
6#90D8FC
7#ABE2FD
8#C7EBFE
9#E3F5FE
Tones
Muted variations
1#1090D0
2#1B8DC5
3#2689BB
4#3086B0
5#3B82A5
6#467E9B
7#507B90
8#5B7786
9#66747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEE8 #BEE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD7 #8DD7FC | BordersInactive statesPlaceholder text |
| 400 | 51C2 #51C2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB1 #1FB1F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0694 #0694DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0476 #0476AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0354 #03547C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #023650 | Primary textHigh emphasis contentDark headings |
| 950 | 0122 #012232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DCF3FE;
--dodger-blue-200: #BEE8FD;
--dodger-blue-300: #8DD7FC;
--dodger-blue-400: #51C2FB;
--dodger-blue-500: #1FB1F9;
--dodger-blue-600: #0694DB;
--dodger-blue-700: #0476AE;
--dodger-blue-800: #03547C;
--dodger-blue-900: #023650;
--dodger-blue-950: #012232;
}