Dodger Blue
#0B99D5
BlueColor Codes
All color formats for development
HEX
#0B99D5RGB
rgb(11, 153, 213)HSL
hsl(198, 90%, 44%)OKLCH
oklch(0.646 0.137 235.8)CMYK
cmyk(95%, 28%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A89C0
2#097AAB
3#086B95
4#075C80
5#064C6B
6#043D55
7#032E40
8#021F2B
9#010F15
Tints
Lighter variations
1#0DACF0
2#26B6F4
3#41BFF5
4#5CC8F6
5#77D1F8
6#92DAF9
7#AEE4FB
8#C9EDFC
9#E4F6FE
Tones
Muted variations
1#1595CB
2#1F91C1
3#2A8CB7
4#3488AD
5#3E84A3
6#488099
7#527C8E
8#5C7884
9#66747A
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 | C0EA #C0EAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D9 #90D9F9 | BordersInactive statesPlaceholder text |
| 400 | 55C6 #55C6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B6 #25B6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B99 #0B99D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0979 #0979AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0657 #065779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0437 #04374E | 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: #C0EAFC;
--dodger-blue-300: #90D9F9;
--dodger-blue-400: #55C6F6;
--dodger-blue-500: #25B6F4;
--dodger-blue-600: #0B99D5;
--dodger-blue-700: #0979AA;
--dodger-blue-800: #065779;
--dodger-blue-900: #04374E;
--dodger-blue-950: #032330;
}