Dodger Blue
#22B3F7
BlueColor Codes
All color formats for development
HEX
#22B3F7RGB
rgb(34, 179, 247)HSL
hsl(199, 93%, 55%)OKLCH
oklch(0.726 0.149 236.2)CMYK
cmyk(86%, 28%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09A9F4
2#0896D9
3#0784BD
4#0671A2
5#055E87
6#044B6C
7#033851
8#022636
9#01131B
Tints
Lighter variations
1#38BBF8
2#4EC3F9
3#64CAF9
4#7AD2FA
5#90D9FB
6#A6E1FC
7#BDE8FD
8#D3F0FD
9#E9F7FE
Tones
Muted variations
1#2CAFEC
2#37ACE2
3#42A8D7
4#4CA4CC
5#57A0C2
6#629CB7
7#6C98AC
8#7794A2
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 | BFE9 #BFE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED8 #8ED8FB | BordersInactive statesPlaceholder text |
| 400 | 53C4 #53C4F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22B3 #22B3F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0896 #0896D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0678 #0678AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0455 #04557B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0337 #03374F | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | 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: #BFE9FD;
--dodger-blue-300: #8ED8FB;
--dodger-blue-400: #53C4F9;
--dodger-blue-500: #22B3F7;
--dodger-blue-600: #0896D9;
--dodger-blue-700: #0678AC;
--dodger-blue-800: #04557B;
--dodger-blue-900: #03374F;
--dodger-blue-950: #022231;
}