Dodger Blue
#0697DB
BlueColor Codes
All color formats for development
HEX
#0697DBRGB
rgb(6, 151, 219)HSL
hsl(199, 95%, 44%)OKLCH
oklch(0.644 0.145 239.3)CMYK
cmyk(97%, 31%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0588C5
2#0479AF
3#046A99
4#035B83
5#034C6D
6#023D58
7#022D42
8#011E2C
9#010F16
Tints
Lighter variations
1#06ABF7
2#20B5F9
3#3CBEFA
4#58C7FB
5#74D0FB
6#90DAFC
7#ABE3FD
8#C7ECFE
9#E3F6FE
Tones
Muted variations
1#1093D0
2#1B8FC5
3#268CBB
4#3088B0
5#3B84A5
6#46809B
7#507C90
8#5B7886
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 | BEE9 #BEE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD9 #8DD9FC | BordersInactive statesPlaceholder text |
| 400 | 51C5 #51C5FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FB4 #1FB4F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0697 #0697DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0478 #0478AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0356 #03567C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0237 #023750 | 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: #BEE9FD;
--dodger-blue-300: #8DD9FC;
--dodger-blue-400: #51C5FB;
--dodger-blue-500: #1FB4F9;
--dodger-blue-600: #0697DB;
--dodger-blue-700: #0478AE;
--dodger-blue-800: #03567C;
--dodger-blue-900: #023750;
--dodger-blue-950: #012232;
}