Dodger Blue
#148CCC
BlueColor Codes
All color formats for development
HEX
#148CCCRGB
rgb(20, 140, 204)HSL
hsl(201, 82%, 44%)OKLCH
oklch(0.611 0.136 240.3)CMYK
cmyk(90%, 31%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#127EB8
2#1070A3
3#0E628F
4#0C547B
5#0A4666
6#083852
7#062A3D
8#041C29
9#020E14
Tints
Lighter variations
1#179EE6
2#2FA9EA
3#49B4ED
4#63BEF0
5#7DC9F2
6#97D4F5
7#B1DFF7
8#CBE9FA
9#E5F4FC
Tones
Muted variations
1#1D89C3
2#2786BA
3#3084B1
4#3981A7
5#427E9E
6#4B7B95
7#55788C
8#5E7683
9#677379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E6 #C3E6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D3 #94D3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DBC #5DBCEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EA8 #2EA8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 148C #148CCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 106F #106FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B4F #0B4F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334A | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DFF2FC;
--dodger-blue-200: #C3E6F9;
--dodger-blue-300: #94D3F4;
--dodger-blue-400: #5DBCEF;
--dodger-blue-500: #2EA8EA;
--dodger-blue-600: #148CCC;
--dodger-blue-700: #106FA2;
--dodger-blue-800: #0B4F74;
--dodger-blue-900: #07334A;
--dodger-blue-950: #05202E;
}