Dodger Blue
#2285F7
BlueColor Codes
All color formats for development
HEX
#2285F7RGB
rgb(34, 133, 247)HSL
hsl(212, 93%, 55%)OKLCH
oklch(0.624 0.192 255.6)CMYK
cmyk(86%, 46%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0976F4
2#0869D9
3#075CBD
4#064FA2
5#054287
6#04356C
7#032751
8#021A36
9#010D1B
Tints
Lighter variations
1#3891F8
2#4E9EF9
3#64AAF9
4#7AB6FA
5#90C2FB
6#A6CEFC
7#BDDAFD
8#D3E7FD
9#E9F3FE
Tones
Muted variations
1#2C86EC
2#3787E2
3#4287D7
4#4C88CC
5#5789C2
6#6289B7
7#6C8AAC
8#778BA2
9#828C97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FB | BordersInactive statesPlaceholder text |
| 400 | 53A0 #53A0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2285 #2285F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0869 #0869D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0654 #0654AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043C #043C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264F | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F7FE;
--dodger-blue-100: #DDECFE;
--dodger-blue-200: #BFDCFD;
--dodger-blue-300: #8EC1FB;
--dodger-blue-400: #53A0F9;
--dodger-blue-500: #2285F7;
--dodger-blue-600: #0869D9;
--dodger-blue-700: #0654AC;
--dodger-blue-800: #043C7B;
--dodger-blue-900: #03264F;
--dodger-blue-950: #021831;
}