Dodger Blue
#0F97D2
BlueColor Codes
All color formats for development
HEX
#0F97D2RGB
rgb(15, 151, 210)HSL
hsl(198, 87%, 44%)OKLCH
oklch(0.64 0.134 235.8)CMYK
cmyk(93%, 28%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D88BD
2#0C79A8
3#0A6A93
4#095B7E
5#074C69
6#063C54
7#042D3F
8#031E2A
9#010F15
Tints
Lighter variations
1#10AAED
2#29B5F0
3#44BEF2
4#5FC7F4
5#79D0F6
6#94DAF8
7#AFE3F9
8#CAECFB
9#E4F6FD
Tones
Muted variations
1#1893C8
2#228FBE
3#2C8CB5
4#3688AB
5#3F84A1
6#498097
7#537C8D
8#5D7884
9#66747A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D9 #91D9F7 | BordersInactive statesPlaceholder text |
| 400 | 58C5 #58C5F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28B4 #28B4F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F97 #0F97D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C78 #0C78A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0856 #085677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0537 #05374C | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DEF3FD;
--dodger-blue-200: #C1E9FB;
--dodger-blue-300: #91D9F7;
--dodger-blue-400: #58C5F3;
--dodger-blue-500: #28B4F0;
--dodger-blue-600: #0F97D2;
--dodger-blue-700: #0C78A7;
--dodger-blue-800: #085677;
--dodger-blue-900: #05374C;
--dodger-blue-950: #032230;
}