Dodger Blue
#3BCBDE
CyanColor Codes
All color formats for development
HEX
#3BCBDERGB
rgb(59, 203, 222)HSL
hsl(187, 71%, 55%)OKLCH
oklch(0.776 0.12 208.1)CMYK
cmyk(73%, 9%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25C3D8
2#21ADC0
3#1C98A8
4#188290
5#146C78
6#105760
7#0C4148
8#082B30
9#041618
Tints
Lighter variations
1#4ED0E1
2#62D5E4
3#76DAE8
4#89E0EB
5#9DE5EE
6#B1EAF2
7#C4EFF5
8#D8F5F8
9#EBFAFC
Tones
Muted variations
1#43C4D6
2#4BBECD
3#53B8C5
4#5BB2BD
5#64ABB5
6#6CA5AD
7#749FA5
8#7C999D
9#849294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4EE | BordersInactive statesPlaceholder text |
| 400 | 66D6 #66D6E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BCB #3BCBDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21AD #21ADC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8A #1A8A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1262 #12626D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FCFD;
--dodger-blue-100: #E0F7FA;
--dodger-blue-200: #C6F0F5;
--dodger-blue-300: #9BE4EE;
--dodger-blue-400: #66D6E5;
--dodger-blue-500: #3BCBDE;
--dodger-blue-600: #21ADC0;
--dodger-blue-700: #1A8A99;
--dodger-blue-800: #12626D;
--dodger-blue-900: #0C3F46;
--dodger-blue-950: #07272C;
}