Dodger Blue
#22B0F7
BlueColor Codes
All color formats for development
HEX
#22B0F7RGB
rgb(34, 176, 247)HSL
hsl(200, 93%, 55%)OKLCH
oklch(0.719 0.151 237.8)CMYK
cmyk(86%, 29%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09A5F4
2#0893D9
3#0781BD
4#066EA2
5#055C87
6#04496C
7#033751
8#022536
9#01121B
Tints
Lighter variations
1#38B8F8
2#4EC0F9
3#64C8F9
4#7ACFFA
5#90D7FB
6#A6DFFC
7#BDE7FD
8#D3EFFD
9#E9F7FE
Tones
Muted variations
1#2CACEC
2#37A9E2
3#42A5D7
4#4CA2CC
5#579EC2
6#629AB7
7#6C97AC
8#7793A2
9#829097
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED7 #8ED7FB | BordersInactive statesPlaceholder text |
| 400 | 53C1 #53C1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B0 #22B0F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0893 #0893D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0675 #0675AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0335 #03354F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF3FE;
--dodger-blue-200: #BFE8FD;
--dodger-blue-300: #8ED7FB;
--dodger-blue-400: #53C1F9;
--dodger-blue-500: #22B0F7;
--dodger-blue-600: #0893D9;
--dodger-blue-700: #0675AC;
--dodger-blue-800: #04547B;
--dodger-blue-900: #03354F;
--dodger-blue-950: #022131;
}