Dodger Blue
#228CF7
BlueColor Codes
All color formats for development
HEX
#228CF7RGB
rgb(34, 140, 247)HSL
hsl(210, 93%, 55%)OKLCH
oklch(0.639 0.184 253.4)CMYK
cmyk(86%, 43%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#097EF4
2#0870D9
3#0762BD
4#0654A2
5#054687
6#04386C
7#032A51
8#021C36
9#010E1B
Tints
Lighter variations
1#3898F8
2#4EA3F9
3#64AFF9
4#7ABAFA
5#90C6FB
6#A6D1FC
7#BDDDFD
8#D3E8FD
9#E9F4FE
Tones
Muted variations
1#2C8CEC
2#378CE2
3#428CD7
4#4C8CCC
5#578CC2
6#628CB7
7#6C8CAC
8#778CA2
9#828C97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDE #BFDEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC4 #8EC4FB | BordersInactive statesPlaceholder text |
| 400 | 53A6 #53A6F9 | Disabled statesSecondary iconsMuted text |
| 500 | 228C #228CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0870 #0870D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0659 #0659AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0440 #04407B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0329 #03294F | Primary textHigh emphasis contentDark headings |
| 950 | 021A #021A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDEDFE;
--dodger-blue-200: #BFDEFD;
--dodger-blue-300: #8EC4FB;
--dodger-blue-400: #53A6F9;
--dodger-blue-500: #228CF7;
--dodger-blue-600: #0870D9;
--dodger-blue-700: #0659AC;
--dodger-blue-800: #04407B;
--dodger-blue-900: #03294F;
--dodger-blue-950: #021A31;
}