Dodger Blue
#3CCADD
CyanColor Codes
All color formats for development
HEX
#3CCADDRGB
rgb(60, 202, 221)HSL
hsl(187, 70%, 55%)OKLCH
oklch(0.773 0.119 208.2)CMYK
cmyk(73%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26C2D7
2#22ACBF
3#1D97A7
4#19818F
5#156C77
6#11565F
7#0D4148
8#082B30
9#041618
Tints
Lighter variations
1#4FCFE0
2#63D4E3
3#76DAE7
4#8ADFEA
5#9DE4EE
6#B1EAF1
7#C4EFF5
8#D8F4F8
9#EBFAFC
Tones
Muted variations
1#44C4D5
2#4CBECD
3#54B7C4
4#5CB1BC
5#64ABB4
6#6CA5AC
7#749FA4
8#7C999C
9#849294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4ED | BordersInactive statesPlaceholder text |
| 400 | 67D6 #67D6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCA #3CCADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AC #22ACBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B89 #1B8998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1362 #13626C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F45 | 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: #E1F7FA;
--dodger-blue-200: #C7F0F5;
--dodger-blue-300: #9BE4ED;
--dodger-blue-400: #67D6E4;
--dodger-blue-500: #3CCADD;
--dodger-blue-600: #22ACBF;
--dodger-blue-700: #1B8998;
--dodger-blue-800: #13626C;
--dodger-blue-900: #0C3F45;
--dodger-blue-950: #08272B;
}