Dodger Blue
#226CF7
BlueColor Codes
All color formats for development
HEX
#226CF7RGB
rgb(34, 108, 247)HSL
hsl(219, 93%, 55%)OKLCH
oklch(0.573 0.22 261.6)CMYK
cmyk(86%, 56%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#095BF4
2#0851D9
3#0747BD
4#063DA2
5#053387
6#04286C
7#031E51
8#021436
9#010A1B
Tints
Lighter variations
1#387BF8
2#4E8AF9
3#6498F9
4#7AA7FA
5#90B6FB
6#A6C4FC
7#BDD3FD
8#D3E2FD
9#E9F0FE
Tones
Muted variations
1#2C6FEC
2#3773E2
3#4276D7
4#4C79CC
5#577CC2
6#627FB7
7#6C83AC
8#7786A2
9#828997
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD5 #BFD5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB4 #8EB4FB | BordersInactive statesPlaceholder text |
| 400 | 538D #538DF9 | Disabled statesSecondary iconsMuted text |
| 500 | 226C #226CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0851 #0851D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0640 #0640AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 042E #042E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 031D #031D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F5FE;
--dodger-blue-100: #DDE8FE;
--dodger-blue-200: #BFD5FD;
--dodger-blue-300: #8EB4FB;
--dodger-blue-400: #538DF9;
--dodger-blue-500: #226CF7;
--dodger-blue-600: #0851D9;
--dodger-blue-700: #0640AC;
--dodger-blue-800: #042E7B;
--dodger-blue-900: #031D4F;
--dodger-blue-950: #021231;
}