Dodger Blue
#0B92D5
BlueColor Codes
All color formats for development
HEX
#0B92D5RGB
rgb(11, 146, 213)HSL
hsl(200, 90%, 44%)OKLCH
oklch(0.629 0.142 239.9)CMYK
cmyk(95%, 31%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A83C0
2#0975AB
3#086695
4#075880
5#06496B
6#043A55
7#032C40
8#021D2B
9#010F15
Tints
Lighter variations
1#0DA4F0
2#26AFF4
3#41B9F5
4#5CC3F6
5#77CDF8
6#92D7F9
7#AEE1FB
8#C9EBFC
9#E4F5FE
Tones
Muted variations
1#158ECB
2#1F8BC1
3#2A88B7
4#3484AD
5#3E81A3
6#487E99
7#527A8E
8#5C7784
9#66747A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E8 #C0E8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D6 #90D6F9 | BordersInactive statesPlaceholder text |
| 400 | 55C1 #55C1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25AF #25AFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B92 #0B92D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0974 #0974AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0653 #065379 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0435 #04354E | Primary textHigh emphasis contentDark headings |
| 950 | 0321 #032130 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FD;
--dodger-blue-200: #C0E8FC;
--dodger-blue-300: #90D6F9;
--dodger-blue-400: #55C1F6;
--dodger-blue-500: #25AFF4;
--dodger-blue-600: #0B92D5;
--dodger-blue-700: #0974AA;
--dodger-blue-800: #065379;
--dodger-blue-900: #04354E;
--dodger-blue-950: #032130;
}