Dodger Blue
#3EC5DA
CyanColor Codes
All color formats for development
HEX
#3EC5DARGB
rgb(62, 197, 218)HSL
hsl(188, 68%, 55%)OKLCH
oklch(0.761 0.116 210.1)CMYK
cmyk(72%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#28BDD4
2#24A8BC
3#1F93A5
4#1B7E8D
5#166976
6#12545E
7#0D3F47
8#092A2F
9#041518
Tints
Lighter variations
1#51CBDE
2#65D1E2
3#78D7E5
4#8BDCE9
5#9FE2ED
6#B2E8F0
7#C5EEF4
8#D8F3F8
9#ECF9FB
Tones
Muted variations
1#46C0D2
2#4EBACB
3#56B4C3
4#5DAFBB
5#65A9B3
6#6DA3AB
7#759DA4
8#7D989C
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 | 9CE2 #9CE2EC | BordersInactive statesPlaceholder text |
| 400 | 69D2 #69D2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC5 #3EC5DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A8 #24A8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D86 #1D8696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | 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: #9CE2EC;
--dodger-blue-400: #69D2E2;
--dodger-blue-500: #3EC5DA;
--dodger-blue-600: #24A8BC;
--dodger-blue-700: #1D8696;
--dodger-blue-800: #14606B;
--dodger-blue-900: #0D3D45;
--dodger-blue-950: #08262B;
}