Dodger Blue
#1AB6FF
BlueColor Codes
All color formats for development
HEX
#1AB6FFRGB
rgb(26, 182, 255)HSL
hsl(199, 100%, 55%)OKLCH
oklch(0.736 0.156 237.2)CMYK
cmyk(90%, 29%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00ADFC
2#0099E0
3#0086C4
4#0073A8
5#00608C
6#004D70
7#003A54
8#002638
9#00131C
Tints
Lighter variations
1#30BEFF
2#47C5FF
3#5ECCFF
4#75D3FF
5#8CDBFF
6#A3E2FF
7#BAE9FF
8#D1F0FF
9#E8F8FF
Tones
Muted variations
1#25B2F4
2#30AEE8
3#3CAADD
4#47A5D1
5#53A1C6
6#5E9DBA
7#6A99AF
8#7595A3
9#819098
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEA #BDEAFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADA #8ADAFF | BordersInactive statesPlaceholder text |
| 400 | 4DC6 #4DC6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB6 #1AB6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0099 #0099E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007A #007AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0057 #005780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0038 #003852 | Primary textHigh emphasis contentDark headings |
| 950 | 0023 #002333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DBF4FF;
--dodger-blue-200: #BDEAFF;
--dodger-blue-300: #8ADAFF;
--dodger-blue-400: #4DC6FF;
--dodger-blue-500: #1AB6FF;
--dodger-blue-600: #0099E0;
--dodger-blue-700: #007AB3;
--dodger-blue-800: #005780;
--dodger-blue-900: #003852;
--dodger-blue-950: #002333;
}