Dodger Blue
#22ACF7
BlueColor Codes
All color formats for development
HEX
#22ACF7RGB
rgb(34, 172, 247)HSL
hsl(201, 93%, 55%)OKLCH
oklch(0.71 0.154 239.9)CMYK
cmyk(86%, 30%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09A1F4
2#0890D9
3#077EBD
4#066CA2
5#055A87
6#04486C
7#033651
8#022436
9#01121B
Tints
Lighter variations
1#38B5F8
2#4EBDF9
3#64C5F9
4#7ACDFA
5#90D6FB
6#A6DEFC
7#BDE6FD
8#D3EEFD
9#E9F7FE
Tones
Muted variations
1#2CA9EC
2#37A6E2
3#42A3D7
4#4C9FCC
5#579CC2
6#6299B7
7#6C96AC
8#7793A2
9#828F97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE7 #BFE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED5 #8ED5FB | BordersInactive statesPlaceholder text |
| 400 | 53BF #53BFF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22AC #22ACF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0890 #0890D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0672 #0672AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0452 #04527B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0334 #03344F | 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: #F0F9FE;
--dodger-blue-100: #DDF2FE;
--dodger-blue-200: #BFE7FD;
--dodger-blue-300: #8ED5FB;
--dodger-blue-400: #53BFF9;
--dodger-blue-500: #22ACF7;
--dodger-blue-600: #0890D9;
--dodger-blue-700: #0672AC;
--dodger-blue-800: #04527B;
--dodger-blue-900: #03344F;
--dodger-blue-950: #022131;
}