Dodger Blue
#2DACEB
BlueColor Codes
All color formats for development
HEX
#2DACEBRGB
rgb(45, 172, 235)HSL
hsl(200, 83%, 55%)OKLCH
oklch(0.706 0.14 236.2)CMYK
cmyk(81%, 27%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15A1E7
2#138FCD
3#117DB4
4#0E6B9A
5#0C5A80
6#0A4867
7#07364D
8#052433
9#02121A
Tints
Lighter variations
1#42B4ED
2#57BDEF
3#6CC5F1
4#81CDF3
5#96D5F5
6#ABDEF7
7#C0E6F9
8#D5EEFB
9#EAF7FD
Tones
Muted variations
1#37A9E2
2#40A6D8
3#4AA2CF
4#539FC5
5#5D9CBC
6#6699B2
7#7096A9
8#79939F
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 #C2E7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D5 #94D5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CBE #5CBEF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DAC #2DACEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 138F #138FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F72 #0F72A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B51 #0B5175 | 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: #C2E7F9;
--dodger-blue-300: #94D5F5;
--dodger-blue-400: #5CBEF0;
--dodger-blue-500: #2DACEB;
--dodger-blue-600: #138FCD;
--dodger-blue-700: #0F72A3;
--dodger-blue-800: #0B5175;
--dodger-blue-900: #07344B;
--dodger-blue-950: #04212F;
}