Dodger Blue
#0092E0
BlueColor Codes
All color formats for development
HEX
#0092E0RGB
rgb(0, 146, 224)HSL
hsl(201, 100%, 44%)OKLCH
oklch(0.635 0.155 243.4)CMYK
cmyk(100%, 35%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0083CA
2#0075B4
3#00669D
4#005887
5#004970
6#003A5A
7#002C43
8#001D2D
9#000F16
Tints
Lighter variations
1#00A4FD
2#1BAFFF
3#37B9FF
4#54C3FF
5#70CDFF
6#8DD7FF
7#A9E1FF
8#C6EBFF
9#E2F5FF
Tones
Muted variations
1#0B8ED5
2#168BCA
3#2288BF
4#2D84B4
5#3881A8
6#437E9D
7#4F7A92
8#5A7787
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 | BDE8 #BDE8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD6 #8AD6FF | BordersInactive statesPlaceholder text |
| 400 | 4DC1 #4DC1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AAF #1AAFFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0092 #0092E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0074 #0074B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0053 #005380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0035 #003552 | Primary textHigh emphasis contentDark headings |
| 950 | 0021 #002133 | 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: #BDE8FF;
--dodger-blue-300: #8AD6FF;
--dodger-blue-400: #4DC1FF;
--dodger-blue-500: #1AAFFF;
--dodger-blue-600: #0092E0;
--dodger-blue-700: #0074B3;
--dodger-blue-800: #005380;
--dodger-blue-900: #003552;
--dodger-blue-950: #002133;
}