Dodger Blue
#22BEF7
BlueColor Codes
All color formats for development
HEX
#22BEF7RGB
rgb(34, 190, 247)HSL
hsl(196, 93%, 55%)OKLCH
oklch(0.752 0.143 229.9)CMYK
cmyk(86%, 23%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09B5F4
2#08A1D9
3#078DBD
4#0679A2
5#056587
6#04506C
7#033C51
8#022836
9#01141B
Tints
Lighter variations
1#38C5F8
2#4ECBF9
3#64D2F9
4#7AD8FA
5#90DFFB
6#A6E5FC
7#BDECFD
8#D3F2FD
9#E9F9FE
Tones
Muted variations
1#2CB9EC
2#37B4E2
3#42AFD7
4#4CAACC
5#57A5C2
6#62A0B7
7#6C9BAC
8#7796A2
9#829197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEC #BFECFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EDE #8EDEFB | BordersInactive statesPlaceholder text |
| 400 | 53CC #53CCF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22BE #22BEF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A1 #08A1D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0680 #0680AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045B #045B7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033B #033B4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFE;
--dodger-blue-100: #DDF5FE;
--dodger-blue-200: #BFECFD;
--dodger-blue-300: #8EDEFB;
--dodger-blue-400: #53CCF9;
--dodger-blue-500: #22BEF7;
--dodger-blue-600: #08A1D9;
--dodger-blue-700: #0680AC;
--dodger-blue-800: #045B7B;
--dodger-blue-900: #033B4F;
--dodger-blue-950: #022531;
}