Dodger Blue
#2DB6EB
BlueColor Codes
All color formats for development
HEX
#2DB6EBRGB
rgb(45, 182, 235)HSL
hsl(197, 83%, 55%)OKLCH
oklch(0.729 0.134 229.9)CMYK
cmyk(81%, 23%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15ACE7
2#1399CD
3#1185B4
4#0E729A
5#0C5F80
6#0A4C67
7#07394D
8#052633
9#02131A
Tints
Lighter variations
1#42BDED
2#57C4EF
3#6CCCF1
4#81D3F3
5#96DAF5
6#ABE2F7
7#C0E9F9
8#D5F0FB
9#EAF8FD
Tones
Muted variations
1#37B1E2
2#40ADD8
3#4AA9CF
4#53A5C5
5#5DA1BC
6#669DB2
7#7099A9
8#79959F
9#839096
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF4 #DEF4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2EA #C2EAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D9 #94D9F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC6 #5CC6F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB6 #2DB6EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1399 #1399CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F79 #0F79A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B57 #0B5775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0737 #07374B | Primary textHigh emphasis contentDark headings |
| 950 | 0423 #04232F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FAFE;
--dodger-blue-100: #DEF4FC;
--dodger-blue-200: #C2EAF9;
--dodger-blue-300: #94D9F5;
--dodger-blue-400: #5CC6F0;
--dodger-blue-500: #2DB6EB;
--dodger-blue-600: #1399CD;
--dodger-blue-700: #0F79A3;
--dodger-blue-800: #0B5775;
--dodger-blue-900: #07374B;
--dodger-blue-950: #04232F;
}