Dodger Blue
#3FB8D9
CyanColor Codes
All color formats for development
HEX
#3FB8D9RGB
rgb(63, 184, 217)HSL
hsl(193, 67%, 55%)OKLCH
oklch(0.73 0.114 219.9)CMYK
cmyk(71%, 15%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AAED3
2#259BBB
3#2087A4
4#1C748D
5#176175
6#134D5E
7#0E3A46
8#09272F
9#051317
Tints
Lighter variations
1#53BFDD
2#66C6E1
3#79CDE4
4#8CD4E8
5#9FDBEC
6#B2E3F0
7#C6EAF4
8#D9F1F7
9#ECF8FB
Tones
Muted variations
1#47B3D1
2#4FAFCA
3#56ABC2
4#5EA6BA
5#66A2B3
6#6D9EAB
7#7599A3
8#7D959C
9#859194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDB #9DDBEC | BordersInactive statesPlaceholder text |
| 400 | 6AC8 #6AC8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB8 #3FB8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 259B #259BBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7B #1D7B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1558 #15586A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3844 | 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: #F2FAFC;
--dodger-blue-100: #E1F4F9;
--dodger-blue-200: #C8EAF4;
--dodger-blue-300: #9DDBEC;
--dodger-blue-400: #6AC8E2;
--dodger-blue-500: #3FB8D9;
--dodger-blue-600: #259BBB;
--dodger-blue-700: #1D7B95;
--dodger-blue-800: #15586A;
--dodger-blue-900: #0D3844;
--dodger-blue-950: #08232B;
}