Dodger Blue
#2DB9EB
BlueColor Codes
All color formats for development
HEX
#2DB9EBRGB
rgb(45, 185, 235)HSL
hsl(196, 83%, 55%)OKLCH
oklch(0.736 0.133 227.9)CMYK
cmyk(81%, 21%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15AFE7
2#139CCD
3#1188B4
4#0E759A
5#0C6180
6#0A4E67
7#073A4D
8#052733
9#02131A
Tints
Lighter variations
1#42C0ED
2#57C7EF
3#6CCEF1
4#81D5F3
5#96DCF5
6#ABE3F7
7#C0EAF9
8#D5F1FB
9#EAF8FD
Tones
Muted variations
1#37B4E2
2#40B0D8
3#4AABCF
4#53A7C5
5#5DA2BC
6#669EB2
7#709AA9
8#79959F
9#839196
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 | C2EB #C2EBF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DB #94DBF5 | BordersInactive statesPlaceholder text |
| 400 | 5CC8 #5CC8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DB9 #2DB9EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 139C #139CCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F7C #0F7CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B58 #0B5875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0739 #07394B | 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: #C2EBF9;
--dodger-blue-300: #94DBF5;
--dodger-blue-400: #5CC8F0;
--dodger-blue-500: #2DB9EB;
--dodger-blue-600: #139CCD;
--dodger-blue-700: #0F7CA3;
--dodger-blue-800: #0B5875;
--dodger-blue-900: #07394B;
--dodger-blue-950: #04232F;
}