Dodger Blue
#0D8BD3
BlueColor Codes
All color formats for development
HEX
#0D8BD3RGB
rgb(13, 139, 211)HSL
hsl(202, 88%, 44%)OKLCH
oklch(0.612 0.145 243.1)CMYK
cmyk(94%, 34%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C7DBE
2#0B6FA9
3#096194
4#08537F
5#074569
6#053754
7#042A3F
8#031C2A
9#010E15
Tints
Lighter variations
1#0F9CEE
2#28A8F1
3#43B2F3
4#5EBDF5
5#79C8F6
6#94D3F8
7#AEDEFA
8#C9E9FC
9#E4F4FD
Tones
Muted variations
1#1788C9
2#2185BF
3#2B83B5
4#3580AB
5#3F7DA2
6#497B98
7#53788E
8#5C7584
9#66737A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E6 #C1E6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D2 #91D2F8 | BordersInactive statesPlaceholder text |
| 400 | 57BB #57BBF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27A7 #27A7F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D8B #0D8BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B6E #0B6EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 084F #084F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0532 #05324D | Primary textHigh emphasis contentDark headings |
| 950 | 031F #031F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DDF1FD;
--dodger-blue-200: #C1E6FB;
--dodger-blue-300: #91D2F8;
--dodger-blue-400: #57BBF4;
--dodger-blue-500: #27A7F1;
--dodger-blue-600: #0D8BD3;
--dodger-blue-700: #0B6EA8;
--dodger-blue-800: #084F78;
--dodger-blue-900: #05324D;
--dodger-blue-950: #031F30;
}