Dodger Blue
#26B9F2
BlueColor Codes
All color formats for development
HEX
#26B9F2RGB
rgb(38, 185, 242)HSL
hsl(197, 89%, 55%)OKLCH
oklch(0.738 0.141 230.8)CMYK
cmyk(84%, 24%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EAFEF
2#0C9BD4
3#0B88BA
4#09759F
5#086185
6#064E6A
7#053A50
8#032735
9#02131B
Tints
Lighter variations
1#3CC0F4
2#51C7F5
3#67CEF6
4#7DD5F7
5#93DCF9
6#A8E3FA
7#BEEAFB
8#D4F1FC
9#E9F8FE
Tones
Muted variations
1#30B4E8
2#3BB0DE
3#45ABD4
4#4FA7CA
5#59A2BF
6#639EB5
7#6E9AAB
8#7895A1
9#829196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DB #90DBF9 | BordersInactive statesPlaceholder text |
| 400 | 56C8 #56C8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B9 #26B9F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C9B #0C9BD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A7C #0A7CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0758 #075878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394D | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DDF4FD;
--dodger-blue-200: #C0EBFB;
--dodger-blue-300: #90DBF9;
--dodger-blue-400: #56C8F5;
--dodger-blue-500: #26B9F2;
--dodger-blue-600: #0C9BD4;
--dodger-blue-700: #0A7CA9;
--dodger-blue-800: #075878;
--dodger-blue-900: #04394D;
--dodger-blue-950: #032330;
}