Dodger Blue
#1283CE
BlueColor Codes
All color formats for development
HEX
#1283CERGB
rgb(18, 131, 206)HSL
hsl(204, 84%, 44%)OKLCH
oklch(0.591 0.146 245.8)CMYK
cmyk(91%, 36%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1076BA
2#0E69A5
3#0D5C91
4#0B4F7C
5#094267
6#073453
7#05273E
8#041A29
9#020D15
Tints
Lighter variations
1#1494E9
2#2DA0ED
3#47ACEF
4#61B8F1
5#7CC4F4
6#96CFF6
7#B0DBF8
8#CAE7FA
9#E5F3FD
Tones
Muted variations
1#1B81C5
2#257FBC
3#2E7DB2
4#387CA9
5#417A9F
6#4B7896
7#54768C
8#5D7483
9#67727A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF0 #DEF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E3 #C2E3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93CE #93CEF6 | BordersInactive statesPlaceholder text |
| 400 | 5BB5 #5BB5F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA0 #2CA0ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1283 #1283CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E68 #0E68A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4A #0A4A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0730 #07304B | Primary textHigh emphasis contentDark headings |
| 950 | 041E #041E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF0FC;
--dodger-blue-200: #C2E3FA;
--dodger-blue-300: #93CEF6;
--dodger-blue-400: #5BB5F1;
--dodger-blue-500: #2CA0ED;
--dodger-blue-600: #1283CE;
--dodger-blue-700: #0E68A4;
--dodger-blue-800: #0A4A75;
--dodger-blue-900: #07304B;
--dodger-blue-950: #041E2F;
}