Dodger Blue
#0B8BD5
BlueColor Codes
All color formats for development
HEX
#0B8BD5RGB
rgb(11, 139, 213)HSL
hsl(202, 90%, 44%)OKLCH
oklch(0.613 0.148 243.7)CMYK
cmyk(95%, 35%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A7DC0
2#096FAB
3#086195
4#075380
5#06466B
6#043855
7#032A40
8#021C2B
9#010E15
Tints
Lighter variations
1#0D9DF0
2#26A8F4
3#41B3F5
4#5CBEF6
5#77C9F8
6#92D4F9
7#AEDEFB
8#C9E9FC
9#E4F4FE
Tones
Muted variations
1#1588CB
2#1F86C1
3#2A83B7
4#3480AD
5#3E7EA3
6#487B99
7#52788E
8#5C7684
9#66737A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E6 #C0E6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D2 #90D2F9 | BordersInactive statesPlaceholder text |
| 400 | 55BB #55BBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25A8 #25A8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8B #0B8BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 096F #096FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 064F #064F79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0433 #04334E | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FE;
--dodger-blue-100: #DDF1FD;
--dodger-blue-200: #C0E6FC;
--dodger-blue-300: #90D2F9;
--dodger-blue-400: #55BBF6;
--dodger-blue-500: #25A8F4;
--dodger-blue-600: #0B8BD5;
--dodger-blue-700: #096FAA;
--dodger-blue-800: #064F79;
--dodger-blue-900: #04334E;
--dodger-blue-950: #032030;
}