Dodger Blue
#2DAFEB
BlueColor Codes
All color formats for development
HEX
#2DAFEBRGB
rgb(45, 175, 235)HSL
hsl(199, 83%, 55%)OKLCH
oklch(0.713 0.138 234.4)CMYK
cmyk(81%, 26%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15A5E7
2#1392CD
3#1180B4
4#0E6E9A
5#0C5B80
6#0A4967
7#07374D
8#052533
9#02121A
Tints
Lighter variations
1#42B7ED
2#57BFEF
3#6CC7F1
4#81CFF3
5#96D7F5
6#ABDFF7
7#C0E7F9
8#D5EFFB
9#EAF7FD
Tones
Muted variations
1#37ACE2
2#40A8D8
3#4AA5CF
4#53A1C5
5#5D9EBC
6#669AB2
7#7097A9
8#79939F
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 | C2E8 #C2E8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94D6 #94D6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CC1 #5CC1F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DAF #2DAFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1392 #1392CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F74 #0F74A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B53 #0B5375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0735 #07354B | 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: #F1FAFE;
--dodger-blue-100: #DEF3FC;
--dodger-blue-200: #C2E8F9;
--dodger-blue-300: #94D6F5;
--dodger-blue-400: #5CC1F0;
--dodger-blue-500: #2DAFEB;
--dodger-blue-600: #1392CD;
--dodger-blue-700: #0F74A3;
--dodger-blue-800: #0B5375;
--dodger-blue-900: #07354B;
--dodger-blue-950: #04212F;
}