Dodger Blue
#339BE6
BlueColor Codes
All color formats for development
HEX
#339BE6RGB
rgb(51, 155, 230)HSL
hsl(205, 78%, 55%)OKLCH
oklch(0.666 0.145 244.8)CMYK
cmyk(78%, 33%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C8FE1
2#197FC8
3#166FAF
4#135F96
5#0F4F7D
6#0C3F64
7#09304B
8#062032
9#031019
Tints
Lighter variations
1#47A5E8
2#5CAFEB
3#70B9ED
4#84C3F0
5#99CDF2
6#ADD7F5
7#C2E1F7
8#D6EBFA
9#EBF5FC
Tones
Muted variations
1#3C9ADD
2#4598D4
3#4E97CB
4#5795C2
5#5F94B9
6#6892B0
7#7191A7
8#7A8F9E
9#838E95
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CC #97CCF2 | BordersInactive statesPlaceholder text |
| 400 | 60B1 #60B1EB | Disabled statesSecondary iconsMuted text |
| 500 | 339B #339BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197F #197FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1465 #14659F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E48 #0E4871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | 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: #F1F8FD;
--dodger-blue-100: #DFEFFB;
--dodger-blue-200: #C4E2F8;
--dodger-blue-300: #97CCF2;
--dodger-blue-400: #60B1EB;
--dodger-blue-500: #339BE6;
--dodger-blue-600: #197FC8;
--dodger-blue-700: #14659F;
--dodger-blue-800: #0E4871;
--dodger-blue-900: #092E49;
--dodger-blue-950: #061D2D;
}