Dodger Blue
#2DB2EB
BlueColor Codes
All color formats for development
HEX
#2DB2EBRGB
rgb(45, 178, 235)HSL
hsl(198, 83%, 55%)OKLCH
oklch(0.72 0.136 232.5)CMYK
cmyk(81%, 24%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15A8E7
2#1395CD
3#1183B4
4#0E709A
5#0C5D80
6#0A4B67
7#07384D
8#052533
9#02131A
Tints
Lighter variations
1#42BAED
2#57C2EF
3#6CC9F1
4#81D1F3
5#96D9F5
6#ABE0F7
7#C0E8F9
8#D5F0FB
9#EAF7FD
Tones
Muted variations
1#37AFE2
2#40ABD8
3#4AA7CF
4#53A3C5
5#5D9FBC
6#669BB2
7#7098A9
8#79949F
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 #C2E9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D8 #94D8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC3 #5CC3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB2 #2DB2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1395 #1395CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F77 #0F77A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B55 #0B5575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0736 #07364B | 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: #C2E9F9;
--dodger-blue-300: #94D8F5;
--dodger-blue-400: #5CC3F0;
--dodger-blue-500: #2DB2EB;
--dodger-blue-600: #1395CD;
--dodger-blue-700: #0F77A3;
--dodger-blue-800: #0B5575;
--dodger-blue-900: #07364B;
--dodger-blue-950: #04222F;
}