Dodger Blue
#3EC3DA
CyanColor Codes
All color formats for development
HEX
#3EC3DARGB
rgb(62, 195, 218)HSL
hsl(189, 68%, 55%)OKLCH
oklch(0.756 0.116 211.7)CMYK
cmyk(72%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28BAD4
2#24A6BC
3#1F91A5
4#1B7C8D
5#166876
6#12535E
7#0D3E47
8#09292F
9#041518
Tints
Lighter variations
1#51C9DE
2#65CFE2
3#78D5E5
4#8BDBE9
5#9FE1ED
6#B2E7F0
7#C5EDF4
8#D8F3F8
9#ECF9FB
Tones
Muted variations
1#46BDD2
2#4EB8CB
3#56B2C3
4#5DADBB
5#65A8B3
6#6DA2AB
7#759DA4
8#7D979C
9#849294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE0 #9CE0EC | BordersInactive statesPlaceholder text |
| 400 | 69D0 #69D0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC3 #3EC3DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A6 #24A6BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D84 #1D8496 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145E #145E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3C #0D3C45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FBFD;
--dodger-blue-100: #E1F6F9;
--dodger-blue-200: #C7EEF4;
--dodger-blue-300: #9CE0EC;
--dodger-blue-400: #69D0E2;
--dodger-blue-500: #3EC3DA;
--dodger-blue-600: #24A6BC;
--dodger-blue-700: #1D8496;
--dodger-blue-800: #145E6B;
--dodger-blue-900: #0D3C45;
--dodger-blue-950: #08262B;
}