Dodger Blue
#1ABAFF
BlueColor Codes
All color formats for development
HEX
#1ABAFFRGB
rgb(26, 186, 255)HSL
hsl(198, 100%, 55%)OKLCH
oklch(0.745 0.154 235.1)CMYK
cmyk(90%, 27%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00B1FC
2#009DE0
3#0089C4
4#0076A8
5#00628C
6#004F70
7#003B54
8#002738
9#00141C
Tints
Lighter variations
1#30C1FF
2#47C8FF
3#5ECFFF
4#75D6FF
5#8CDDFF
6#A3E3FF
7#BAEAFF
8#D1F1FF
9#E8F8FF
Tones
Muted variations
1#25B6F4
2#30B1E8
3#3CACDD
4#47A8D1
5#53A3C6
6#5E9FBA
7#6A9AAF
8#7595A3
9#819198
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 | BDEB #BDEBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADC #8ADCFF | BordersInactive statesPlaceholder text |
| 400 | 4DC9 #4DC9FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABA #1ABAFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 009D #009DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007D #007DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0059 #005980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0039 #003952 | Primary textHigh emphasis contentDark headings |
| 950 | 0024 #002433 | 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: #BDEBFF;
--dodger-blue-300: #8ADCFF;
--dodger-blue-400: #4DC9FF;
--dodger-blue-500: #1ABAFF;
--dodger-blue-600: #009DE0;
--dodger-blue-700: #007DB3;
--dodger-blue-800: #005980;
--dodger-blue-900: #003952;
--dodger-blue-950: #002433;
}