Dodger Blue
#2CACED
BlueColor Codes
All color formats for development
HEX
#2CACEDRGB
rgb(44, 172, 237)HSL
hsl(200, 84%, 55%)OKLCH
oklch(0.707 0.142 237)CMYK
cmyk(81%, 27%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14A2E8
2#1290CE
3#107EB5
4#0D6C9B
5#0B5A81
6#094867
7#07364D
8#042434
9#02121A
Tints
Lighter variations
1#41B5EE
2#56BDF0
3#6BC5F2
4#80CDF4
5#95D6F6
6#ABDEF8
7#C0E6F9
8#D5EEFB
9#EAF7FD
Tones
Muted variations
1#35A9E3
2#3FA6D9
3#49A3D0
4#52A0C6
5#5C9CBC
6#6699B3
7#6F96A9
8#7993A0
9#838F96
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;
}