Dodger Blue
#237EF6
BlueColor Codes
All color formats for development
HEX
#237EF6RGB
rgb(35, 126, 246)HSL
hsl(214, 92%, 55%)OKLCH
oklch(0.608 0.198 257.6)CMYK
cmyk(86%, 49%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A6FF2
2#0962D7
3#0856BC
4#074AA2
5#063E87
6#04316C
7#032551
8#021936
9#010C1B
Tints
Lighter variations
1#398BF7
2#4F98F8
3#65A5F9
4#7BB2F9
5#91BFFA
6#A7CBFB
7#BDD8FC
8#D3E5FD
9#E9F2FE
Tones
Muted variations
1#2D80EB
2#3881E1
3#4282D6
4#4D84CC
5#5785C1
6#6287B6
7#6D88AC
8#7789A1
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 #BFDAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBD #8EBDFA | BordersInactive statesPlaceholder text |
| 400 | 549B #549BF8 | Disabled statesSecondary iconsMuted text |
| 500 | 237E #237EF6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0962 #0962D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 074E #074EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0538 #05387A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0324 #03244E | 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: #BFDAFC;
--dodger-blue-300: #8EBDFA;
--dodger-blue-400: #549BF8;
--dodger-blue-500: #237EF6;
--dodger-blue-600: #0962D7;
--dodger-blue-700: #074EAB;
--dodger-blue-800: #05387A;
--dodger-blue-900: #03244E;
--dodger-blue-950: #021631;
}