Dodger Blue
#2CB3ED
BlueColor Codes
All color formats for development
HEX
#2CB3EDRGB
rgb(44, 179, 237)HSL
hsl(198, 84%, 55%)OKLCH
oklch(0.723 0.138 232.7)CMYK
cmyk(81%, 24%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14A9E8
2#1296CE
3#1083B5
4#0D709B
5#0B5E81
6#094B67
7#07384D
8#042534
9#02131A
Tints
Lighter variations
1#41BAEE
2#56C2F0
3#6BCAF2
4#80D1F4
5#95D9F6
6#ABE1F8
7#C0E8F9
8#D5F0FB
9#EAF7FD
Tones
Muted variations
1#35AFE3
2#3FABD9
3#49A7D0
4#52A3C6
5#5CA0BC
6#669CB3
7#6F98A9
8#7994A0
9#839096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E9 #C2E9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93D8 #93D8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BC4 #5BC4F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CB3 #2CB3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1296 #1296CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E77 #0E77A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A55 #0A5575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374B | Primary textHigh emphasis contentDark headings |
| 950 | 0422 #04222F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DEF3FC;
--dodger-blue-200: #C2E9FA;
--dodger-blue-300: #93D8F6;
--dodger-blue-400: #5BC4F1;
--dodger-blue-500: #2CB3ED;
--dodger-blue-600: #1296CE;
--dodger-blue-700: #0E77A4;
--dodger-blue-800: #0A5575;
--dodger-blue-900: #07374B;
--dodger-blue-950: #04222F;
}