Dodger Blue
#2C9CED
BlueColor Codes
All color formats for development
HEX
#2C9CEDRGB
rgb(44, 156, 237)HSL
hsl(205, 84%, 55%)OKLCH
oklch(0.67 0.154 245.6)CMYK
cmyk(81%, 34%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1490E8
2#1280CE
3#1070B5
4#0D609B
5#0B5081
6#094067
7#07304D
8#042034
9#02101A
Tints
Lighter variations
1#41A6EE
2#56B0F0
3#6BBAF2
4#80C4F4
5#95CEF6
6#ABD8F8
7#C0E1F9
8#D5EBFB
9#EAF5FD
Tones
Muted variations
1#359BE3
2#3F99D9
3#4997D0
4#5296C6
5#5C94BC
6#6693B3
7#6F91A9
8#798FA0
9#838E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CD #93CDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB2 #5BB2F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C9C #2C9CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1280 #1280CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E66 #0E66A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A49 #0A4975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 072F #072F4B | Primary textHigh emphasis contentDark headings |
| 950 | 041D #041D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEF0FC;
--dodger-blue-200: #C2E2FA;
--dodger-blue-300: #93CDF6;
--dodger-blue-400: #5BB2F1;
--dodger-blue-500: #2C9CED;
--dodger-blue-600: #1280CE;
--dodger-blue-700: #0E66A4;
--dodger-blue-800: #0A4975;
--dodger-blue-900: #072F4B;
--dodger-blue-950: #041D2F;
}