Dodger Blue
#1AC2FF
BlueColor Codes
All color formats for development
HEX
#1AC2FFRGB
rgb(26, 194, 255)HSL
hsl(196, 100%, 55%)OKLCH
oklch(0.764 0.149 230.7)CMYK
cmyk(90%, 24%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00B9FC
2#00A5E0
3#0090C4
4#007BA8
5#00678C
6#005270
7#003E54
8#002938
9#00151C
Tints
Lighter variations
1#30C8FF
2#47CEFF
3#5ED4FF
4#75DAFF
5#8CE0FF
6#A3E7FF
7#BAEDFF
8#D1F3FF
9#E8F9FF
Tones
Muted variations
1#25BCF4
2#30B7E8
3#3CB2DD
4#47ACD1
5#53A7C6
6#5EA2BA
7#6A9CAF
8#7597A3
9#819298
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF5 #DBF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDED #BDEDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE0 #8AE0FF | BordersInactive statesPlaceholder text |
| 400 | 4DCF #4DCFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC2 #1AC2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A5 #00A5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0083 #0083B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005E #005E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003C #003C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0025 #002533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFF;
--dodger-blue-100: #DBF5FF;
--dodger-blue-200: #BDEDFF;
--dodger-blue-300: #8AE0FF;
--dodger-blue-400: #4DCFFF;
--dodger-blue-500: #1AC2FF;
--dodger-blue-600: #00A5E0;
--dodger-blue-700: #0083B3;
--dodger-blue-800: #005E80;
--dodger-blue-900: #003C52;
--dodger-blue-950: #002533;
}