Dodger Blue
#2DBCEB
BlueColor Codes
All color formats for development
HEX
#2DBCEBRGB
rgb(45, 188, 235)HSL
hsl(195, 83%, 55%)OKLCH
oklch(0.743 0.132 225.9)CMYK
cmyk(81%, 20%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B3E7
2#139FCD
3#118BB4
4#0E779A
5#0C6380
6#0A4F67
7#073C4D
8#052833
9#02141A
Tints
Lighter variations
1#42C3ED
2#57C9EF
3#6CD0F1
4#81D7F3
5#96DDF5
6#ABE4F7
7#C0EBF9
8#D5F2FB
9#EAF8FD
Tones
Muted variations
1#37B7E2
2#40B2D8
3#4AAECF
4#53A9C5
5#5DA4BC
6#669FB2
7#709BA9
8#79969F
9#839196
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EC #C2ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DD #94DDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CCB #5CCBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DBC #2DBCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 139F #139FCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F7E #0F7EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5A #0B5A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073A #073A4B | Primary textHigh emphasis contentDark headings |
| 950 | 0424 #04242F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DEF5FC;
--dodger-blue-200: #C2ECF9;
--dodger-blue-300: #94DDF5;
--dodger-blue-400: #5CCBF0;
--dodger-blue-500: #2DBCEB;
--dodger-blue-600: #139FCD;
--dodger-blue-700: #0F7EA3;
--dodger-blue-800: #0B5A75;
--dodger-blue-900: #073A4B;
--dodger-blue-950: #04242F;
}