Dodger Blue
#227EF7
BlueColor Codes
All color formats for development
HEX
#227EF7RGB
rgb(34, 126, 247)HSL
hsl(214, 93%, 55%)OKLCH
oklch(0.609 0.2 257.6)CMYK
cmyk(86%, 49%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096FF4
2#0862D9
3#0756BD
4#064AA2
5#053D87
6#04316C
7#032551
8#021936
9#010C1B
Tints
Lighter variations
1#388BF8
2#4E98F9
3#64A5F9
4#7AB2FA
5#90BFFB
6#A6CBFC
7#BDD8FD
8#D3E5FD
9#E9F2FE
Tones
Muted variations
1#2C7FEC
2#3781E2
3#4282D7
4#4C84CC
5#5785C2
6#6287B7
7#6C88AC
8#7789A2
9#828B97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBD #8EBDFB | BordersInactive statesPlaceholder text |
| 400 | 539B #539BF9 | Disabled statesSecondary iconsMuted text |
| 500 | 227E #227EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0862 #0862D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 064E #064EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0438 #04387B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0324 #03244F | 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: #DDEBFE;
--dodger-blue-200: #BFDAFD;
--dodger-blue-300: #8EBDFB;
--dodger-blue-400: #539BF9;
--dodger-blue-500: #227EF7;
--dodger-blue-600: #0862D9;
--dodger-blue-700: #064EAC;
--dodger-blue-800: #04387B;
--dodger-blue-900: #03244F;
--dodger-blue-950: #021631;
}