Dodger Blue
#26ABF2
BlueColor Codes
All color formats for development
HEX
#26ABF2RGB
rgb(38, 171, 242)HSL
hsl(201, 89%, 55%)OKLCH
oklch(0.706 0.149 239)CMYK
cmyk(84%, 29%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EA0EF
2#0C8ED4
3#0B7CBA
4#096B9F
5#085985
6#06476A
7#053550
8#032435
9#02121B
Tints
Lighter variations
1#3CB3F4
2#51BCF5
3#67C4F6
4#7DCDF7
5#93D5F9
6#A8DDFA
7#BEE6FB
8#D4EEFC
9#E9F7FE
Tones
Muted variations
1#30A8E8
2#3BA5DE
3#45A2D4
4#4F9FCA
5#599CBF
6#6399B5
7#6E95AB
8#7892A1
9#828F96
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 56BE #56BEF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26AB #26ABF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C8E #0C8ED4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A71 #0A71A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0751 #075178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344D | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DDF2FD;
--dodger-blue-200: #C0E7FB;
--dodger-blue-300: #90D4F9;
--dodger-blue-400: #56BEF5;
--dodger-blue-500: #26ABF2;
--dodger-blue-600: #0C8ED4;
--dodger-blue-700: #0A71A9;
--dodger-blue-800: #075178;
--dodger-blue-900: #04344D;
--dodger-blue-950: #032030;
}