Dodger Blue
#249AF5
BlueColor Codes
All color formats for development
HEX
#249AF5RGB
rgb(36, 154, 245)HSL
hsl(206, 91%, 55%)OKLCH
oklch(0.669 0.167 247.9)CMYK
cmyk(85%, 37%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B8EF1
2#0A7ED6
3#096EBC
4#085EA1
5#064F86
6#053F6B
7#042F50
8#031F36
9#01101B
Tints
Lighter variations
1#3AA4F6
2#50AEF7
3#66B8F8
4#7BC3F9
5#91CDFA
6#A7D7FB
7#BDE1FC
8#D3EBFD
9#E9F5FE
Tones
Muted variations
1#2E99EA
2#3997E0
3#4396D5
4#4E95CB
5#5893C0
6#6292B6
7#6D90AC
8#778FA1
9#828E97
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FCB #8FCBFA | BordersInactive statesPlaceholder text |
| 400 | 55B1 #55B1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 249A #249AF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A7E #0A7ED6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0864 #0864AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0647 #06477A | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4E | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0F8FE;
--dodger-blue-100: #DDEFFD;
--dodger-blue-200: #C0E2FC;
--dodger-blue-300: #8FCBFA;
--dodger-blue-400: #55B1F7;
--dodger-blue-500: #249AF5;
--dodger-blue-600: #0A7ED6;
--dodger-blue-700: #0864AA;
--dodger-blue-800: #06477A;
--dodger-blue-900: #042E4E;
--dodger-blue-950: #021D31;
}