Dodger Blue
#38C1E0
CyanColor Codes
All color formats for development
HEX
#38C1E0RGB
rgb(56, 193, 224)HSL
hsl(191, 73%, 55%)OKLCH
oklch(0.752 0.121 216.8)CMYK
cmyk(75%, 14%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22B9DA
2#1EA4C2
3#1B90AA
4#177B92
5#136779
6#0F5261
7#0B3E49
8#082931
9#041518
Tints
Lighter variations
1#4CC7E3
2#60CEE6
3#74D4E9
4#88DAEC
5#9CE0F0
6#B0E6F3
7#C3ECF6
8#D7F3F9
9#EBF9FC
Tones
Muted variations
1#41BCD8
2#49B7CF
3#52B1C7
4#5AACBF
5#62A7B6
6#6BA1AE
7#739CA5
8#7B979D
9#849295
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6ED #C6EDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADF #9ADFEF | BordersInactive statesPlaceholder text |
| 400 | 65CF #65CFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C1 #38C1E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA4 #1EA4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1883 #18839A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115D #115D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3C #0B3C47 | Primary textHigh emphasis contentDark headings |
| 950 | 0725 #07252C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FBFD;
--dodger-blue-100: #E0F5FA;
--dodger-blue-200: #C6EDF6;
--dodger-blue-300: #9ADFEF;
--dodger-blue-400: #65CFE7;
--dodger-blue-500: #38C1E0;
--dodger-blue-600: #1EA4C2;
--dodger-blue-700: #18839A;
--dodger-blue-800: #115D6E;
--dodger-blue-900: #0B3C47;
--dodger-blue-950: #07252C;
}