Dodger Blue
#22A5F7
BlueColor Codes
All color formats for development
HEX
#22A5F7RGB
rgb(34, 165, 247)HSL
hsl(203, 93%, 55%)OKLCH
oklch(0.694 0.16 243.4)CMYK
cmyk(86%, 33%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099AF4
2#0889D9
3#0777BD
4#0666A2
5#055587
6#04446C
7#033351
8#022236
9#01111B
Tints
Lighter variations
1#38AEF8
2#4EB7F9
3#64C0F9
4#7AC9FA
5#90D2FB
6#A6DBFC
7#BDE4FD
8#D3EDFD
9#E9F6FE
Tones
Muted variations
1#2CA3EC
2#37A0E2
3#429ED7
4#4C9BCC
5#5799C2
6#6296B7
7#6C94AC
8#7791A2
9#828F97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE5 #BFE5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED1 #8ED1FB | BordersInactive statesPlaceholder text |
| 400 | 53B9 #53B9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22A5 #22A5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0889 #0889D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 066D #066DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044E #044E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0332 #03324F | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F9FE;
--dodger-blue-100: #DDF1FE;
--dodger-blue-200: #BFE5FD;
--dodger-blue-300: #8ED1FB;
--dodger-blue-400: #53B9F9;
--dodger-blue-500: #22A5F7;
--dodger-blue-600: #0889D9;
--dodger-blue-700: #066DAC;
--dodger-blue-800: #044E7B;
--dodger-blue-900: #03324F;
--dodger-blue-950: #021F31;
}