Dodger Blue
#1AC6FF
BlueColor Codes
All color formats for development
HEX
#1AC6FFRGB
rgb(26, 198, 255)HSL
hsl(195, 100%, 55%)OKLCH
oklch(0.773 0.148 228.4)CMYK
cmyk(90%, 22%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00BDFC
2#00A8E0
3#0093C4
4#007EA8
5#00698C
6#005470
7#003F54
8#002A38
9#00151C
Tints
Lighter variations
1#30CBFF
2#47D1FF
3#5ED7FF
4#75DDFF
5#8CE2FF
6#A3E8FF
7#BAEEFF
8#D1F4FF
9#E8F9FF
Tones
Muted variations
1#25C0F4
2#30BAE8
3#3CB4DD
4#47AFD1
5#53A9C6
6#5EA3BA
7#6A9DAF
8#7598A3
9#819298
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF6 #DBF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEE #BDEEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE2 #8AE2FF | BordersInactive statesPlaceholder text |
| 400 | 4DD2 #4DD2FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC6 #1AC6FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A8 #00A8E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0086 #0086B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0060 #006080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003D #003D52 | Primary textHigh emphasis contentDark headings |
| 950 | 0026 #002633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DBF6FF;
--dodger-blue-200: #BDEEFF;
--dodger-blue-300: #8AE2FF;
--dodger-blue-400: #4DD2FF;
--dodger-blue-500: #1AC6FF;
--dodger-blue-600: #00A8E0;
--dodger-blue-700: #0086B3;
--dodger-blue-800: #006080;
--dodger-blue-900: #003D52;
--dodger-blue-950: #002633;
}