Dodger Blue
#1290CE
BlueColor Codes
All color formats for development
HEX
#1290CERGB
rgb(18, 144, 206)HSL
hsl(200, 84%, 44%)OKLCH
oklch(0.621 0.135 238.6)CMYK
cmyk(91%, 30%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1081BA
2#0E73A5
3#0D6591
4#0B567C
5#094867
6#073953
7#052B3E
8#041D29
9#020E15
Tints
Lighter variations
1#14A2E9
2#2DADED
3#47B7EF
4#61C1F1
5#7CCCF4
6#96D6F6
7#B0E0F8
8#CAEAFA
9#E5F5FD
Tones
Muted variations
1#1B8CC5
2#2589BC
3#2E86B2
4#3883A9
5#41809F
6#4B7D96
7#547A8C
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 | C2E7 #C2E7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D5 #93D5F6 | BordersInactive statesPlaceholder text |
| 400 | 5BBF #5BBFF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CAC #2CACED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1290 #1290CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E72 #0E72A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A52 #0A5275 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0734 #07344B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | 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: #C2E7FA;
--dodger-blue-300: #93D5F6;
--dodger-blue-400: #5BBFF1;
--dodger-blue-500: #2CACED;
--dodger-blue-600: #1290CE;
--dodger-blue-700: #0E72A4;
--dodger-blue-800: #0A5275;
--dodger-blue-900: #07344B;
--dodger-blue-950: #04212F;
}