Dodger Blue
#3FC0D9
CyanColor Codes
All color formats for development
HEX
#3FC0D9RGB
rgb(63, 192, 217)HSL
hsl(190, 67%, 55%)OKLCH
oklch(0.749 0.115 213.4)CMYK
cmyk(71%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AB7D3
2#25A2BB
3#208EA4
4#1C7A8D
5#176575
6#13515E
7#0E3D46
8#09292F
9#051417
Tints
Lighter variations
1#53C6DD
2#66CCE1
3#79D3E4
4#8CD9E8
5#9FDFEC
6#B2E6F0
7#C6ECF4
8#D9F2F7
9#ECF9FB
Tones
Muted variations
1#47BAD1
2#4FB5CA
3#56B0C2
4#5EABBA
5#66A6B3
6#6DA1AB
7#759CA3
8#7D979C
9#859194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8ED #C8EDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDF #9DDFEC | BordersInactive statesPlaceholder text |
| 400 | 6ACE #6ACEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FC0 #3FC0D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25A2 #25A2BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D81 #1D8195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 155C #155C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3B #0D3B44 | Primary textHigh emphasis contentDark headings |
| 950 | 0825 #08252B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FBFC;
--dodger-blue-100: #E1F5F9;
--dodger-blue-200: #C8EDF4;
--dodger-blue-300: #9DDFEC;
--dodger-blue-400: #6ACEE2;
--dodger-blue-500: #3FC0D9;
--dodger-blue-600: #25A2BB;
--dodger-blue-700: #1D8195;
--dodger-blue-800: #155C6A;
--dodger-blue-900: #0D3B44;
--dodger-blue-950: #08252B;
}