Dodger Blue
#227AF7
BlueColor Codes
All color formats for development
HEX
#227AF7RGB
rgb(34, 122, 247)HSL
hsl(215, 93%, 55%)OKLCH
oklch(0.601 0.204 258.6)CMYK
cmyk(86%, 51%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096BF4
2#085FD9
3#0753BD
4#0647A2
5#053B87
6#042F6C
7#032451
8#021836
9#010C1B
Tints
Lighter variations
1#3888F8
2#4E95F9
3#64A2F9
4#7AAFFA
5#90BDFB
6#A6CAFC
7#BDD7FD
8#D3E4FD
9#E9F2FE
Tones
Muted variations
1#2C7CEC
2#377EE2
3#4280D7
4#4C82CC
5#5783C2
6#6285B7
7#6C87AC
8#7789A2
9#828A97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD9 #BFD9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBB #8EBBFB | BordersInactive statesPlaceholder text |
| 400 | 5398 #5398F9 | Disabled statesSecondary iconsMuted text |
| 500 | 227A #227AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 085F #085FD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 064B #064BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0436 #04367B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0322 #03224F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F6FE;
--dodger-blue-100: #DDEAFE;
--dodger-blue-200: #BFD9FD;
--dodger-blue-300: #8EBBFB;
--dodger-blue-400: #5398F9;
--dodger-blue-500: #227AF7;
--dodger-blue-600: #085FD9;
--dodger-blue-700: #064BAC;
--dodger-blue-800: #04367B;
--dodger-blue-900: #03224F;
--dodger-blue-950: #021631;
}