Dodger Blue
#0D9BD3
BlueColor Codes
All color formats for development
HEX
#0D9BD3RGB
rgb(13, 155, 211)HSL
hsl(197, 88%, 44%)OKLCH
oklch(0.65 0.133 233.7)CMYK
cmyk(94%, 27%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C8BBE
2#0B7CA9
3#096C94
4#085D7F
5#074D69
6#053E54
7#042E3F
8#031F2A
9#010F15
Tints
Lighter variations
1#0FAFEE
2#28B8F1
3#43C1F3
4#5ECAF5
5#79D3F6
6#94DCF8
7#AEE4FA
8#C9EDFC
9#E4F6FD
Tones
Muted variations
1#1797C9
2#2192BF
3#2B8EB5
4#358AAB
5#3F86A2
6#498198
7#537D8E
8#5C7984
9#66747A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EA #C1EAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DB #91DBF8 | BordersInactive statesPlaceholder text |
| 400 | 57C8 #57C8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B8 #27B8F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9B #0D9BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7B #0B7BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0858 #085878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0538 #05384D | 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: #F1FAFE;
--dodger-blue-100: #DDF4FD;
--dodger-blue-200: #C1EAFB;
--dodger-blue-300: #91DBF8;
--dodger-blue-400: #57C8F4;
--dodger-blue-500: #27B8F1;
--dodger-blue-600: #0D9BD3;
--dodger-blue-700: #0B7BA8;
--dodger-blue-800: #085878;
--dodger-blue-900: #05384D;
--dodger-blue-950: #032330;
}