Dodger Blue
#36A9E2
BlueColor Codes
All color formats for development
HEX
#36A9E2RGB
rgb(54, 169, 226)HSL
hsl(200, 75%, 55%)OKLCH
oklch(0.696 0.13 235.1)CMYK
cmyk(76%, 25%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#209EDD
2#1C8CC4
3#197BAC
4#156993
5#12587B
6#0E4662
7#0B354A
8#072331
9#041219
Tints
Lighter variations
1#4AB2E5
2#5EBAE8
3#72C3EB
4#87CBEE
5#9BD4F1
6#AFDDF4
7#C3E5F6
8#D7EEF9
9#EBF6FC
Tones
Muted variations
1#3FA6DA
2#47A3D1
3#50A0C8
4#599DC0
5#619BB7
6#6A98AF
7#7295A6
8#7B929D
9#848F95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F0 | BordersInactive statesPlaceholder text |
| 400 | 63BC #63BCE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36A9 #36A9E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C8C #1C8CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1670 #16709C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1050 #105070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3347 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2F9FD;
--dodger-blue-100: #E0F2FB;
--dodger-blue-200: #C5E6F7;
--dodger-blue-300: #98D3F0;
--dodger-blue-400: #63BCE9;
--dodger-blue-500: #36A9E2;
--dodger-blue-600: #1C8CC4;
--dodger-blue-700: #16709C;
--dodger-blue-800: #105070;
--dodger-blue-900: #0A3347;
--dodger-blue-950: #06202D;
}