Dodger Blue
#009DE0
BlueColor Codes
All color formats for development
HEX
#009DE0RGB
rgb(0, 157, 224)HSL
hsl(198, 100%, 44%)OKLCH
oklch(0.66 0.146 237.7)CMYK
cmyk(100%, 30%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#008DCA
2#007EB4
3#006E9D
4#005E87
5#004F70
6#003F5A
7#002F43
8#001F2D
9#001016
Tints
Lighter variations
1#00B1FD
2#1BBAFF
3#37C3FF
4#54CCFF
5#70D4FF
6#8DDDFF
7#A9E5FF
8#C6EEFF
9#E2F6FF
Tones
Muted variations
1#0B99D5
2#1694CA
3#2290BF
4#2D8BB4
5#3887A8
6#43829D
7#4F7E92
8#5A7987
9#65757B
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;
}