Dodger Blue
#3CB7DD
CyanColor Codes
All color formats for development
HEX
#3CB7DDRGB
rgb(60, 183, 221)HSL
hsl(194, 70%, 55%)OKLCH
oklch(0.728 0.118 222.9)CMYK
cmyk(73%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26ADD7
2#229ABF
3#1D87A7
4#19748F
5#156077
6#114D5F
7#0D3A48
8#082730
9#041318
Tints
Lighter variations
1#4FBEE0
2#63C5E3
3#76CDE7
4#8AD4EA
5#9DDBEE
6#B1E2F1
7#C4E9F5
8#D8F1F8
9#EBF8FC
Tones
Muted variations
1#44B3D5
2#4CAFCD
3#54AAC4
4#5CA6BC
5#64A2B4
6#6C9DAC
7#7499A4
8#7C959C
9#849194
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EA #C7EAF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDA #9BDAED | BordersInactive statesPlaceholder text |
| 400 | 67C7 #67C7E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB7 #3CB7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229A #229ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7B #1B7B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1358 #13586C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C38 #0C3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E1F4FA;
--dodger-blue-200: #C7EAF5;
--dodger-blue-300: #9BDAED;
--dodger-blue-400: #67C7E4;
--dodger-blue-500: #3CB7DD;
--dodger-blue-600: #229ABF;
--dodger-blue-700: #1B7B98;
--dodger-blue-800: #13586C;
--dodger-blue-900: #0C3845;
--dodger-blue-950: #08232B;
}