Dodger Blue
#0993D7
BlueColor Codes
All color formats for development
HEX
#0993D7RGB
rgb(9, 147, 215)HSL
hsl(200, 92%, 44%)OKLCH
oklch(0.633 0.143 240.1)CMYK
cmyk(96%, 32%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0884C2
2#0775AC
3#066797
4#055881
5#04496C
6#043B56
7#032C41
8#021D2B
9#010F16
Tints
Lighter variations
1#0AA5F3
2#24B0F6
3#3FBAF7
4#5AC4F8
5#76CDF9
6#91D7FA
7#ADE1FC
8#C8EBFD
9#E4F5FE
Tones
Muted variations
1#138FCD
2#1E8CC3
3#2888B8
4#3285AE
5#3D81A4
6#477E99
7#517B8F
8#5C7785
9#66747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED6 #8ED6FA | BordersInactive statesPlaceholder text |
| 400 | 54C1 #54C1F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23AF #23AFF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0993 #0993D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0775 #0775AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0553 #05537A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354E | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FE;
--dodger-blue-200: #BFE8FC;
--dodger-blue-300: #8ED6FA;
--dodger-blue-400: #54C1F8;
--dodger-blue-500: #23AFF6;
--dodger-blue-600: #0993D7;
--dodger-blue-700: #0775AB;
--dodger-blue-800: #05537A;
--dodger-blue-900: #03354E;
--dodger-blue-950: #022131;
}