Dodger Blue
#3CC4DD
CyanColor Codes
All color formats for development
HEX
#3CC4DDRGB
rgb(60, 196, 221)HSL
hsl(189, 70%, 55%)OKLCH
oklch(0.759 0.118 212.8)CMYK
cmyk(73%, 11%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26BCD7
2#22A7BF
3#1D92A7
4#197D8F
5#156877
6#11545F
7#0D3F48
8#082A30
9#041518
Tints
Lighter variations
1#4FCAE0
2#63D0E3
3#76D6E7
4#8ADCEA
5#9DE2EE
6#B1E8F1
7#C4EDF5
8#D8F3F8
9#EBF9FC
Tones
Muted variations
1#44BFD5
2#4CB9CD
3#54B4C4
4#5CAEBC
5#64A8B4
6#6CA3AC
7#749DA4
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 | E1F6 #E1F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE1 #9BE1ED | BordersInactive statesPlaceholder text |
| 400 | 67D1 #67D1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC4 #3CC4DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A7 #22A7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B85 #1B8598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135F #135F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3D #0C3D45 | 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: #E1F6FA;
--dodger-blue-200: #C7EEF5;
--dodger-blue-300: #9BE1ED;
--dodger-blue-400: #67D1E4;
--dodger-blue-500: #3CC4DD;
--dodger-blue-600: #22A7BF;
--dodger-blue-700: #1B8598;
--dodger-blue-800: #135F6C;
--dodger-blue-900: #0C3D45;
--dodger-blue-950: #08262B;
}