Dodger Blue
#2A93EF
BlueColor Codes
All color formats for development
HEX
#2A93EFRGB
rgb(42, 147, 239)HSL
hsl(208, 86%, 55%)OKLCH
oklch(0.651 0.165 250)CMYK
cmyk(82%, 38%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1285EB
2#1077D1
3#0E68B7
4#0C599D
5#0A4A82
6#083B68
7#062C4E
8#041E34
9#020F1A
Tints
Lighter variations
1#3F9EF1
2#54A8F2
3#6AB3F4
4#7FBEF5
5#94C9F7
6#AAD4F9
7#BFDFFA
8#D4E9FC
9#EAF4FD
Tones
Muted variations
1#3392E5
2#3D92DB
3#4791D1
4#5190C7
5#5B90BE
6#658FB4
7#6F8EAA
8#798EA0
9#828D96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C8 #92C8F7 | BordersInactive statesPlaceholder text |
| 400 | 59AB #59ABF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A93 #2A93EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1077 #1077D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C5E #0C5EA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0943 #094377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062B #062B4C | Primary textHigh emphasis contentDark headings |
| 950 | 041B #041B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DEEEFD;
--dodger-blue-200: #C1E0FA;
--dodger-blue-300: #92C8F7;
--dodger-blue-400: #59ABF3;
--dodger-blue-500: #2A93EF;
--dodger-blue-600: #1077D1;
--dodger-blue-700: #0C5EA6;
--dodger-blue-800: #094377;
--dodger-blue-900: #062B4C;
--dodger-blue-950: #041B2F;
}