Dodger Blue
#3EB8DA
CyanColor Codes
All color formats for development
HEX
#3EB8DARGB
rgb(62, 184, 218)HSL
hsl(193, 68%, 55%)OKLCH
oklch(0.73 0.115 220.4)CMYK
cmyk(72%, 16%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28AFD4
2#249BBC
3#1F88A5
4#1B758D
5#166176
6#124E5E
7#0D3A47
8#09272F
9#041318
Tints
Lighter variations
1#51C0DE
2#65C7E2
3#78CEE5
4#8BD5E9
5#9FDCED
6#B2E3F0
7#C5EAF4
8#D8F1F8
9#ECF8FB
Tones
Muted variations
1#46B4D2
2#4EB0CB
3#56ABC3
4#5DA7BB
5#65A2B3
6#6D9EAB
7#759AA4
8#7D959C
9#849194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDB #9CDBEC | BordersInactive statesPlaceholder text |
| 400 | 69C8 #69C8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB8 #3EB8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 249B #249BBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7C #1D7C96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1458 #14586B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E1F4F9;
--dodger-blue-200: #C7EBF4;
--dodger-blue-300: #9CDBEC;
--dodger-blue-400: #69C8E2;
--dodger-blue-500: #3EB8DA;
--dodger-blue-600: #249BBC;
--dodger-blue-700: #1D7C96;
--dodger-blue-800: #14586B;
--dodger-blue-900: #0D3945;
--dodger-blue-950: #08232B;
}