Dodger Blue
#339EE6
BlueColor Codes
All color formats for development
HEX
#339EE6RGB
rgb(51, 158, 230)HSL
hsl(204, 78%, 55%)OKLCH
oklch(0.672 0.142 243.1)CMYK
cmyk(78%, 31%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C92E1
2#1982C8
3#1671AF
4#136196
5#0F517D
6#0C4164
7#09314B
8#062032
9#031019
Tints
Lighter variations
1#47A8E8
2#5CB2EB
3#70BBED
4#84C5F0
5#99CFF2
6#ADD8F5
7#C2E2F7
8#D6ECFA
9#EBF5FC
Tones
Muted variations
1#3C9CDD
2#459BD4
3#4E99CB
4#5797C2
5#5F95B9
6#6893B0
7#7192A7
8#7A909E
9#838E95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 60B4 #60B4EB | Disabled statesSecondary iconsMuted text |
| 500 | 339E #339EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1982 #1982C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1467 #14679F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4A #0E4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1F9FD;
--dodger-blue-100: #DFF0FB;
--dodger-blue-200: #C4E3F8;
--dodger-blue-300: #97CDF2;
--dodger-blue-400: #60B4EB;
--dodger-blue-500: #339EE6;
--dodger-blue-600: #1982C8;
--dodger-blue-700: #14679F;
--dodger-blue-800: #0E4A71;
--dodger-blue-900: #092F49;
--dodger-blue-950: #061D2D;
}