Dodger Blue
#0B9CD5
BlueColor Codes
All color formats for development
HEX
#0B9CD5RGB
rgb(11, 156, 213)HSL
hsl(197, 90%, 44%)OKLCH
oklch(0.653 0.135 233.9)CMYK
cmyk(95%, 27%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A8CC0
2#097DAB
3#086D95
4#075E80
5#064E6B
6#043E55
7#032F40
8#021F2B
9#011015
Tints
Lighter variations
1#0DB0F0
2#26B9F4
3#41C2F5
4#5CCBF6
5#77D3F8
6#92DCF9
7#AEE5FB
8#C9EEFC
9#E4F6FE
Tones
Muted variations
1#1598CB
2#1F93C1
3#2A8FB7
4#348AAD
5#3E86A3
6#488299
7#527D8E
8#5C7984
9#66757A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DB #90DBF9 | BordersInactive statesPlaceholder text |
| 400 | 55C9 #55C9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B9 #25B9F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B9C #0B9CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 097C #097CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0659 #065979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394E | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF4FD;
--dodger-blue-200: #C0EBFC;
--dodger-blue-300: #90DBF9;
--dodger-blue-400: #55C9F6;
--dodger-blue-500: #25B9F4;
--dodger-blue-600: #0B9CD5;
--dodger-blue-700: #097CAA;
--dodger-blue-800: #065979;
--dodger-blue-900: #04394E;
--dodger-blue-950: #032330;
}