Dodger Blue
#2290F7
BlueColor Codes
All color formats for development
HEX
#2290F7RGB
rgb(34, 144, 247)HSL
hsl(209, 93%, 55%)OKLCH
oklch(0.648 0.18 252.1)CMYK
cmyk(86%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0982F4
2#0874D9
3#0765BD
4#0657A2
5#054887
6#043A6C
7#032B51
8#021D36
9#010E1B
Tints
Lighter variations
1#389BF8
2#4EA6F9
3#64B1F9
4#7ABCFA
5#90C7FB
6#A6D3FC
7#BDDEFD
8#D3E9FD
9#E9F4FE
Tones
Muted variations
1#2C8FEC
2#378FE2
3#428FD7
4#4C8ECC
5#578EC2
6#628EB7
7#6C8DAC
8#778DA2
9#828D97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDF #BFDFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC6 #8EC6FB | BordersInactive statesPlaceholder text |
| 400 | 53A9 #53A9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2290 #2290F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0874 #0874D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 065C #065CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0442 #04427B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032A #032A4F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEEFE;
--dodger-blue-200: #BFDFFD;
--dodger-blue-300: #8EC6FB;
--dodger-blue-400: #53A9F9;
--dodger-blue-500: #2290F7;
--dodger-blue-600: #0874D9;
--dodger-blue-700: #065CAC;
--dodger-blue-800: #04427B;
--dodger-blue-900: #032A4F;
--dodger-blue-950: #021A31;
}