Dodger Blue
#2282F7
BlueColor Codes
All color formats for development
HEX
#2282F7RGB
rgb(34, 130, 247)HSL
hsl(213, 93%, 55%)OKLCH
oklch(0.617 0.195 256.5)CMYK
cmyk(86%, 47%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0972F4
2#0866D9
3#0759BD
4#064CA2
5#054087
6#04336C
7#032651
8#021936
9#010D1B
Tints
Lighter variations
1#388EF8
2#4E9BF9
3#64A7F9
4#7AB4FA
5#90C0FB
6#A6CDFC
7#BDD9FD
8#D3E6FD
9#E9F2FE
Tones
Muted variations
1#2C83EC
2#3784E2
3#4285D7
4#4C86CC
5#5787C2
6#6288B7
7#6C89AC
8#778AA2
9#828B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDB #BFDBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBF #8EBFFB | BordersInactive statesPlaceholder text |
| 400 | 539D #539DF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2282 #2282F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0866 #0866D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0651 #0651AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043A #043A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0325 #03254F | Primary textHigh emphasis contentDark headings |
| 950 | 0217 #021731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDEBFE;
--dodger-blue-200: #BFDBFD;
--dodger-blue-300: #8EBFFB;
--dodger-blue-400: #539DF9;
--dodger-blue-500: #2282F7;
--dodger-blue-600: #0866D9;
--dodger-blue-700: #0651AC;
--dodger-blue-800: #043A7B;
--dodger-blue-900: #03254F;
--dodger-blue-950: #021731;
}