Dodger Blue
#3CC7DD
CyanColor Codes
All color formats for development
HEX
#3CC7DDRGB
rgb(60, 199, 221)HSL
hsl(188, 70%, 55%)OKLCH
oklch(0.766 0.118 210.5)CMYK
cmyk(73%, 10%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26BFD7
2#22AABF
3#1D95A7
4#197F8F
5#156A77
6#11555F
7#0D4048
8#082A30
9#041518
Tints
Lighter variations
1#4FCDE0
2#63D2E3
3#76D8E7
4#8ADDEA
5#9DE3EE
6#B1E9F1
7#C4EEF5
8#D8F4F8
9#EBF9FC
Tones
Muted variations
1#44C1D5
2#4CBBCD
3#54B5C4
4#5CB0BC
5#64AAB4
6#6CA4AC
7#749EA4
8#7C989C
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 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE2 #9BE2ED | BordersInactive statesPlaceholder text |
| 400 | 67D4 #67D4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC7 #3CC7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AA #22AABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B87 #1B8798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1360 #13606C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3E #0C3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | 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: #C7EFF5;
--dodger-blue-300: #9BE2ED;
--dodger-blue-400: #67D4E4;
--dodger-blue-500: #3CC7DD;
--dodger-blue-600: #22AABF;
--dodger-blue-700: #1B8798;
--dodger-blue-800: #13606C;
--dodger-blue-900: #0C3E45;
--dodger-blue-950: #08272B;
}