Dodger Blue
#0B8ED5
BlueColor Codes
All color formats for development
HEX
#0B8ED5RGB
rgb(11, 142, 213)HSL
hsl(201, 90%, 44%)OKLCH
oklch(0.62 0.145 242.1)CMYK
cmyk(95%, 33%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A80C0
2#0972AB
3#086495
4#075580
5#06476B
6#043955
7#032B40
8#021C2B
9#010E15
Tints
Lighter variations
1#0DA1F0
2#26ACF4
3#41B6F5
4#5CC0F6
5#77CBF8
6#92D5F9
7#AEE0FB
8#C9EAFC
9#E4F5FE
Tones
Muted variations
1#158BCB
2#1F88C1
3#2A85B7
4#3482AD
5#3E7FA3
6#487C99
7#52798E
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 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 55BE #55BEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25AB #25ABF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8E #0B8ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0971 #0971AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0651 #065179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344E | 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: #DDF2FD;
--dodger-blue-200: #C0E7FC;
--dodger-blue-300: #90D4F9;
--dodger-blue-400: #55BEF6;
--dodger-blue-500: #25ABF4;
--dodger-blue-600: #0B8ED5;
--dodger-blue-700: #0971AA;
--dodger-blue-800: #065179;
--dodger-blue-900: #04344E;
--dodger-blue-950: #032030;
}