Dodger Blue
#38CCE0
CyanColor Codes
All color formats for development
HEX
#38CCE0RGB
rgb(56, 204, 224)HSL
hsl(187, 73%, 55%)OKLCH
oklch(0.778 0.122 208.5)CMYK
cmyk(75%, 9%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22C5DA
2#1EAFC2
3#1B99AA
4#178392
5#136D79
6#0F5761
7#0B4249
8#082C31
9#041618
Tints
Lighter variations
1#4CD2E3
2#60D7E6
3#74DCE9
4#88E1EC
5#9CE6F0
6#B0EBF3
7#C3F0F6
8#D7F5F9
9#EBFAFC
Tones
Muted variations
1#41C6D8
2#49C0CF
3#52B9C7
4#5AB3BF
5#62ACB6
6#6BA6AE
7#73A0A5
8#7B999D
9#849395
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 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D8 #65D8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CC #38CCE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAF #1EAFC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188B #188B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1163 #11636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B40 #0B4047 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | 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: #C6F0F6;
--dodger-blue-300: #9AE5EF;
--dodger-blue-400: #65D8E7;
--dodger-blue-500: #38CCE0;
--dodger-blue-600: #1EAFC2;
--dodger-blue-700: #188B9A;
--dodger-blue-800: #11636E;
--dodger-blue-900: #0B4047;
--dodger-blue-950: #07282C;
}