Dodger Blue
#00A1E0
BlueColor Codes
All color formats for development
HEX
#00A1E0RGB
rgb(0, 161, 224)HSL
hsl(197, 100%, 44%)OKLCH
oklch(0.67 0.143 235.4)CMYK
cmyk(100%, 28%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0091CA
2#0081B4
3#00719D
4#006087
5#005070
6#00405A
7#003043
8#00202D
9#001016
Tints
Lighter variations
1#00B5FD
2#1BBEFF
3#37C6FF
4#54CEFF
5#70D7FF
6#8DDFFF
7#A9E7FF
8#C6EFFF
9#E2F7FF
Tones
Muted variations
1#0B9CD5
2#1697CA
3#2292BF
4#2D8DB4
5#3889A8
6#43849D
7#4F7F92
8#5A7A87
9#65757B
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 | BDEC #BDECFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADE #8ADEFF | BordersInactive statesPlaceholder text |
| 400 | 4DCC #4DCCFF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABE #1ABEFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A1 #00A1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0080 #0080B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005B #005B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003A #003A52 | 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: #BDECFF;
--dodger-blue-300: #8ADEFF;
--dodger-blue-400: #4DCCFF;
--dodger-blue-500: #1ABEFF;
--dodger-blue-600: #00A1E0;
--dodger-blue-700: #0080B3;
--dodger-blue-800: #005B80;
--dodger-blue-900: #003A52;
--dodger-blue-950: #002533;
}