Dodger Blue
#189DC9
BlueColor Codes
All color formats for development
HEX
#189DC9RGB
rgb(24, 157, 201)HSL
hsl(195, 79%, 44%)OKLCH
oklch(0.651 0.122 227.6)CMYK
cmyk(88%, 22%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#158DB5
2#137DA1
3#106E8D
4#0E5E79
5#0C4E64
6#093F50
7#072F3C
8#051F28
9#021014
Tints
Lighter variations
1#1BB0E2
2#33BAE7
3#4CC3EA
4#66CBED
5#7FD4F0
6#99DCF3
7#B2E5F6
8#CCEEF9
9#E5F6FC
Tones
Muted variations
1#2098C0
2#2994B7
3#328FAE
4#3B8BA5
5#44869D
6#4D8294
7#567D8B
8#5E7982
9#677579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EB #C4EBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96DC #96DCF3 | BordersInactive statesPlaceholder text |
| 400 | 5FC9 #5FC9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32BA #32BAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 189D #189DC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 137D #137DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D59 #0D5972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0939 #093949 | Primary textHigh emphasis contentDark headings |
| 950 | 0524 #05242E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFD;
--dodger-blue-100: #DFF4FB;
--dodger-blue-200: #C4EBF8;
--dodger-blue-300: #96DCF3;
--dodger-blue-400: #5FC9EC;
--dodger-blue-500: #32BAE7;
--dodger-blue-600: #189DC9;
--dodger-blue-700: #137DA0;
--dodger-blue-800: #0D5972;
--dodger-blue-900: #093949;
--dodger-blue-950: #05242E;
}