Dodger Blue
#38CAE0
CyanColor Codes
All color formats for development
HEX
#38CAE0RGB
rgb(56, 202, 224)HSL
hsl(188, 73%, 55%)OKLCH
oklch(0.774 0.122 210)CMYK
cmyk(75%, 10%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22C2DA
2#1EACC2
3#1B97AA
4#178192
5#136C79
6#0F5661
7#0B4149
8#082B31
9#041618
Tints
Lighter variations
1#4CCFE3
2#60D4E6
3#74DAE9
4#88DFEC
5#9CE4F0
6#B0EAF3
7#C3EFF6
8#D7F4F9
9#EBFAFC
Tones
Muted variations
1#41C4D8
2#49BDCF
3#52B7C7
4#5AB1BF
5#62ABB6
6#6BA5AE
7#739FA5
8#7B999D
9#849295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE4 #9AE4EF | BordersInactive statesPlaceholder text |
| 400 | 65D6 #65D6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CA #38CAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAC #1EACC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1889 #18899A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1162 #11626E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F47 | 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: #F2FBFD;
--dodger-blue-100: #E0F7FA;
--dodger-blue-200: #C6F0F6;
--dodger-blue-300: #9AE4EF;
--dodger-blue-400: #65D6E7;
--dodger-blue-500: #38CAE0;
--dodger-blue-600: #1EACC2;
--dodger-blue-700: #18899A;
--dodger-blue-800: #11626E;
--dodger-blue-900: #0B3F47;
--dodger-blue-950: #07272C;
}