Dodger Blue
#26B2F2
BlueColor Codes
All color formats for development
HEX
#26B2F2RGB
rgb(38, 178, 242)HSL
hsl(199, 89%, 55%)OKLCH
oklch(0.722 0.144 235)CMYK
cmyk(84%, 26%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EA7EF
2#0C95D4
3#0B82BA
4#09709F
5#085D85
6#064A6A
7#053850
8#032535
9#02131B
Tints
Lighter variations
1#3CB9F4
2#51C1F5
3#67C9F6
4#7DD1F7
5#93D8F9
6#A8E0FA
7#BEE8FB
8#D4F0FC
9#E9F7FE
Tones
Muted variations
1#30AEE8
2#3BAADE
3#45A6D4
4#4FA3CA
5#599FBF
6#639BB5
7#6E97AB
8#7894A1
9#829096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D7 #90D7F9 | BordersInactive statesPlaceholder text |
| 400 | 56C3 #56C3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B2 #26B2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C95 #0C95D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A76 #0A76A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0755 #075578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DDF3FD;
--dodger-blue-200: #C0E9FB;
--dodger-blue-300: #90D7F9;
--dodger-blue-400: #56C3F5;
--dodger-blue-500: #26B2F2;
--dodger-blue-600: #0C95D4;
--dodger-blue-700: #0A76A9;
--dodger-blue-800: #075578;
--dodger-blue-900: #04364D;
--dodger-blue-950: #032230;
}