Dodger Blue
#22A2F7
BlueColor Codes
All color formats for development
HEX
#22A2F7RGB
rgb(34, 162, 247)HSL
hsl(204, 93%, 55%)OKLCH
oklch(0.688 0.162 244.8)CMYK
cmyk(86%, 34%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0996F4
2#0885D9
3#0774BD
4#0664A2
5#055387
6#04436C
7#033251
8#022136
9#01111B
Tints
Lighter variations
1#38ABF8
2#4EB4F9
3#64BEF9
4#7AC7FA
5#90D0FB
6#A6DAFC
7#BDE3FD
8#D3ECFD
9#E9F6FE
Tones
Muted variations
1#2C9FEC
2#379DE2
3#429BD7
4#4C99CC
5#5797C2
6#6295B7
7#6C93AC
8#7791A2
9#828E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECF #8ECFFB | BordersInactive statesPlaceholder text |
| 400 | 53B6 #53B6F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22A2 #22A2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0885 #0885D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 066A #066AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044C #044C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0330 #03304F | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FE;
--dodger-blue-100: #DDF0FE;
--dodger-blue-200: #BFE4FD;
--dodger-blue-300: #8ECFFB;
--dodger-blue-400: #53B6F9;
--dodger-blue-500: #22A2F7;
--dodger-blue-600: #0885D9;
--dodger-blue-700: #066AAC;
--dodger-blue-800: #044C7B;
--dodger-blue-900: #03304F;
--dodger-blue-950: #021E31;
}