Dodger Blue
#3CC2DD
CyanColor Codes
All color formats for development
HEX
#3CC2DDRGB
rgb(60, 194, 221)HSL
hsl(190, 70%, 55%)OKLCH
oklch(0.754 0.118 214.3)CMYK
cmyk(73%, 12%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26B9D7
2#22A5BF
3#1D90A7
4#197B8F
5#156777
6#11525F
7#0D3E48
8#082930
9#041518
Tints
Lighter variations
1#4FC8E0
2#63CEE3
3#76D4E7
4#8ADAEA
5#9DE0EE
6#B1E7F1
7#C4EDF5
8#D8F3F8
9#EBF9FC
Tones
Muted variations
1#44BCD5
2#4CB7CD
3#54B2C4
4#5CACBC
5#64A7B4
6#6CA2AC
7#749CA4
8#7C979C
9#849294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F5 #E1F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7ED #C7EDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE0 #9BE0ED | BordersInactive statesPlaceholder text |
| 400 | 67CF #67CFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC2 #3CC2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A5 #22A5BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B83 #1B8398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135E #135E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3C #0C3C45 | 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: #F2FBFD;
--dodger-blue-100: #E1F5FA;
--dodger-blue-200: #C7EDF5;
--dodger-blue-300: #9BE0ED;
--dodger-blue-400: #67CFE4;
--dodger-blue-500: #3CC2DD;
--dodger-blue-600: #22A5BF;
--dodger-blue-700: #1B8398;
--dodger-blue-800: #135E6C;
--dodger-blue-900: #0C3C45;
--dodger-blue-950: #08252B;
}