Dodger Blue
#36C6E2
CyanColor Codes
All color formats for development
HEX
#36C6E2RGB
rgb(54, 198, 226)HSL
hsl(190, 75%, 55%)OKLCH
oklch(0.765 0.122 214.2)CMYK
cmyk(76%, 12%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20BDDD
2#1CA8C4
3#1993AC
4#157E93
5#12697B
6#0E5462
7#0B3F4A
8#072A31
9#041519
Tints
Lighter variations
1#4ACBE5
2#5ED1E8
3#72D7EB
4#87DDEE
5#9BE2F1
6#AFE8F4
7#C3EEF6
8#D7F4F9
9#EBF9FC
Tones
Muted variations
1#3FC0DA
2#47BAD1
3#50B4C8
4#59AFC0
5#61A9B7
6#6AA3AF
7#729DA6
8#7B989D
9#849295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E2 #98E2F0 | BordersInactive statesPlaceholder text |
| 400 | 63D2 #63D2E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36C6 #36C6E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CA8 #1CA8C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1686 #16869C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1060 #106070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3D #0A3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FBFD;
--dodger-blue-100: #E0F6FB;
--dodger-blue-200: #C5EEF7;
--dodger-blue-300: #98E2F0;
--dodger-blue-400: #63D2E9;
--dodger-blue-500: #36C6E2;
--dodger-blue-600: #1CA8C4;
--dodger-blue-700: #16869C;
--dodger-blue-800: #106070;
--dodger-blue-900: #0A3D47;
--dodger-blue-950: #06262D;
}