Dodger Blue
#0096E0
BlueColor Codes
All color formats for development
HEX
#0096E0RGB
rgb(0, 150, 224)HSL
hsl(200, 100%, 44%)OKLCH
oklch(0.644 0.151 241.4)CMYK
cmyk(100%, 33%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0087CA
2#0078B4
3#00699D
4#005A87
5#004B70
6#003C5A
7#002D43
8#001E2D
9#000F16
Tints
Lighter variations
1#00A9FD
2#1BB3FF
3#37BCFF
4#54C6FF
5#70CFFF
6#8DD9FF
7#A9E2FF
8#C6ECFF
9#E2F5FF
Tones
Muted variations
1#0B92D5
2#168ECA
3#228ABF
4#2D87B4
5#3883A8
6#437F9D
7#4F7B92
8#5A7887
9#65747B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD8 #8AD8FF | BordersInactive statesPlaceholder text |
| 400 | 4DC3 #4DC3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB2 #1AB2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0096 #0096E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0077 #0077B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0055 #005580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0036 #003652 | Primary textHigh emphasis contentDark headings |
| 950 | 0022 #002233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FAFF;
--dodger-blue-100: #DBF3FF;
--dodger-blue-200: #BDE9FF;
--dodger-blue-300: #8AD8FF;
--dodger-blue-400: #4DC3FF;
--dodger-blue-500: #1AB2FF;
--dodger-blue-600: #0096E0;
--dodger-blue-700: #0077B3;
--dodger-blue-800: #005580;
--dodger-blue-900: #003652;
--dodger-blue-950: #002233;
}