Dodger Blue
#2289F7
BlueColor Codes
All color formats for development
HEX
#2289F7RGB
rgb(34, 137, 247)HSL
hsl(211, 93%, 55%)OKLCH
oklch(0.632 0.187 254.4)CMYK
cmyk(86%, 45%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#097AF4
2#086DD9
3#075FBD
4#0652A2
5#054487
6#04366C
7#032951
8#021B36
9#010E1B
Tints
Lighter variations
1#3895F8
2#4EA0F9
3#64ACF9
4#7AB8FA
5#90C4FB
6#A6D0FC
7#BDDCFD
8#D3E7FD
9#E9F3FE
Tones
Muted variations
1#2C89EC
2#3789E2
3#428AD7
4#4C8ACC
5#578AC2
6#628BB7
7#6C8BAC
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 | BFDD #BFDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC3 #8EC3FB | BordersInactive statesPlaceholder text |
| 400 | 53A3 #53A3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2289 #2289F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 086D #086DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0656 #0656AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043E #043E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0328 #03284F | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | 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: #BFDDFD;
--dodger-blue-300: #8EC3FB;
--dodger-blue-400: #53A3F9;
--dodger-blue-500: #2289F7;
--dodger-blue-600: #086DD9;
--dodger-blue-700: #0656AC;
--dodger-blue-800: #043E7B;
--dodger-blue-900: #03284F;
--dodger-blue-950: #021931;
}