Dodger Blue
#1AB2FF
BlueColor Codes
All color formats for development
HEX
#1AB2FFRGB
rgb(26, 178, 255)HSL
hsl(200, 100%, 55%)OKLCH
oklch(0.727 0.159 239.2)CMYK
cmyk(90%, 30%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00A8FC
2#0096E0
3#0083C4
4#0070A8
5#005D8C
6#004B70
7#003854
8#002538
9#00131C
Tints
Lighter variations
1#30BAFF
2#47C2FF
3#5EC9FF
4#75D1FF
5#8CD9FF
6#A3E0FF
7#BAE8FF
8#D1F0FF
9#E8F7FF
Tones
Muted variations
1#25AFF4
2#30ABE8
3#3CA7DD
4#47A3D1
5#539FC6
6#5E9CBA
7#6A98AF
8#7594A3
9#819098
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD8 #8AD8FF | BordersInactive statesPlaceholder text |
| 400 | 4DC3 #4DC3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB2 #1AB2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0096 #0096E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0077 #0077B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0055 #005580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0036 #003652 | Primary textHigh emphasis contentDark headings |
| 950 | 0022 #002233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DBF3FF;
--dodger-blue-200: #BDE9FF;
--dodger-blue-300: #8AD8FF;
--dodger-blue-400: #4DC3FF;
--dodger-blue-500: #1AB2FF;
--dodger-blue-600: #0096E0;
--dodger-blue-700: #0077B3;
--dodger-blue-800: #005580;
--dodger-blue-900: #003652;
--dodger-blue-950: #002233;
}