Dodger Blue
#2B7CEE
BlueColor Codes
All color formats for development
HEX
#2B7CEERGB
rgb(43, 124, 238)HSL
hsl(215, 85%, 55%)OKLCH
oklch(0.6 0.189 258.1)CMYK
cmyk(82%, 48%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136CEA
2#1160D0
3#0F54B6
4#0D489C
5#0B3C82
6#083068
7#06244E
8#041834
9#020C1A
Tints
Lighter variations
1#4089F0
2#5596F1
3#6AA3F3
4#80B0F5
5#95BDF6
6#AACBF8
7#BFD8FA
8#D5E5FC
9#EAF2FD
Tones
Muted variations
1#347EE4
2#3E7FDA
3#4881D1
4#5282C7
5#5B84BD
6#6586B3
7#6F87AA
8#7989A0
9#828B96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BC #92BCF6 | BordersInactive statesPlaceholder text |
| 400 | 5A99 #5A99F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B7C #2B7CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1160 #1160D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D4D #0D4DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A37 #0A3776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0623 #06234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F6FE;
--dodger-blue-100: #DEEBFC;
--dodger-blue-200: #C2D9FA;
--dodger-blue-300: #92BCF6;
--dodger-blue-400: #5A99F2;
--dodger-blue-500: #2B7CEE;
--dodger-blue-600: #1160D0;
--dodger-blue-700: #0D4DA5;
--dodger-blue-800: #0A3776;
--dodger-blue-900: #06234B;
--dodger-blue-950: #04162F;
}