Dodger Blue
#22B7F7
BlueColor Codes
All color formats for development
HEX
#22B7F7RGB
rgb(34, 183, 247)HSL
hsl(198, 93%, 55%)OKLCH
oklch(0.736 0.147 234)CMYK
cmyk(86%, 26%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09ADF4
2#089AD9
3#0787BD
4#0673A2
5#056087
6#044D6C
7#033A51
8#022636
9#01131B
Tints
Lighter variations
1#38BEF8
2#4EC5F9
3#64CDF9
4#7AD4FA
5#90DBFB
6#A6E2FC
7#BDE9FD
8#D3F1FD
9#E9F8FE
Tones
Muted variations
1#2CB3EC
2#37AEE2
3#42AAD7
4#4CA6CC
5#57A2C2
6#629DB7
7#6C99AC
8#7795A2
9#829197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDA #8EDAFB | BordersInactive statesPlaceholder text |
| 400 | 53C7 #53C7F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B7 #22B7F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 089A #089AD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 067A #067AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0457 #04577B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0338 #03384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFE;
--dodger-blue-100: #DDF4FE;
--dodger-blue-200: #BFEAFD;
--dodger-blue-300: #8EDAFB;
--dodger-blue-400: #53C7F9;
--dodger-blue-500: #22B7F7;
--dodger-blue-600: #089AD9;
--dodger-blue-700: #067AAC;
--dodger-blue-800: #04577B;
--dodger-blue-900: #03384F;
--dodger-blue-950: #022331;
}