Dodger Blue
#269AF2
BlueColor Codes
All color formats for development
HEX
#269AF2RGB
rgb(38, 154, 242)HSL
hsl(206, 89%, 55%)OKLCH
oklch(0.667 0.163 247.3)CMYK
cmyk(84%, 36%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8DEF
2#0C7ED4
3#0B6EBA
4#095E9F
5#084E85
6#063F6A
7#052F50
8#031F35
9#02101B
Tints
Lighter variations
1#3CA4F4
2#51AEF5
3#67B8F6
4#7DC2F7
5#93CCF9
6#A8D7FA
7#BEE1FB
8#D4EBFC
9#E9F5FE
Tones
Muted variations
1#3099E8
2#3B97DE
3#4596D4
4#4F94CA
5#5993BF
6#6392B5
7#6E90AB
8#788FA1
9#828E96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E2 #C0E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90CB #90CBF9 | BordersInactive statesPlaceholder text |
| 400 | 56B0 #56B0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 269A #269AF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C7E #0C7ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A64 #0A64A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0747 #074778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 042E #042E4D | Primary textHigh emphasis contentDark headings |
| 950 | 031D #031D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F8FE;
--dodger-blue-100: #DDEFFD;
--dodger-blue-200: #C0E2FB;
--dodger-blue-300: #90CBF9;
--dodger-blue-400: #56B0F5;
--dodger-blue-500: #269AF2;
--dodger-blue-600: #0C7ED4;
--dodger-blue-700: #0A64A9;
--dodger-blue-800: #074778;
--dodger-blue-900: #042E4D;
--dodger-blue-950: #031D30;
}