Dodger Blue
#128CCE
BlueColor Codes
All color formats for development
HEX
#128CCERGB
rgb(18, 140, 206)HSL
hsl(201, 84%, 44%)OKLCH
oklch(0.612 0.138 240.9)CMYK
cmyk(91%, 32%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#107EBA
2#0E70A5
3#0D6291
4#0B547C
5#094667
6#073853
7#052A3E
8#041C29
9#020E15
Tints
Lighter variations
1#149EE9
2#2DAAED
3#47B4EF
4#61BFF1
5#7CCAF4
6#96D4F6
7#B0DFF8
8#CAEAFA
9#E5F4FD
Tones
Muted variations
1#1B8AC5
2#2587BC
3#2E84B2
4#3881A9
5#417E9F
6#4B7C96
7#54798C
8#5D7683
9#67737A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E6 #C2E6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D3 #93D3F6 | BordersInactive statesPlaceholder text |
| 400 | 5BBC #5BBCF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CA9 #2CA9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 128C #128CCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E70 #0E70A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A50 #0A5075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0733 #07334B | Primary textHigh emphasis contentDark headings |
| 950 | 0420 #04202F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FE;
--dodger-blue-100: #DEF2FC;
--dodger-blue-200: #C2E6FA;
--dodger-blue-300: #93D3F6;
--dodger-blue-400: #5BBCF1;
--dodger-blue-500: #2CA9ED;
--dodger-blue-600: #128CCE;
--dodger-blue-700: #0E70A4;
--dodger-blue-800: #0A5075;
--dodger-blue-900: #07334B;
--dodger-blue-950: #04202F;
}