Dodger Blue
#38B9E0
CyanColor Codes
All color formats for development
HEX
#38B9E0RGB
rgb(56, 185, 224)HSL
hsl(194, 73%, 55%)OKLCH
oklch(0.733 0.121 222.8)CMYK
cmyk(75%, 17%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22AFDA
2#1E9CC2
3#1B88AA
4#177592
5#136179
6#0F4E61
7#0B3A49
8#082731
9#041318
Tints
Lighter variations
1#4CC0E3
2#60C7E6
3#74CEE9
4#88D5EC
5#9CDCF0
6#B0E3F3
7#C3EAF6
8#D7F1F9
9#EBF8FC
Tones
Muted variations
1#41B4D8
2#49B0CF
3#52ACC7
4#5AA7BF
5#62A3B6
6#6B9EAE
7#739AA5
8#7B959D
9#849195
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EB #C6EBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADB #9ADBEF | BordersInactive statesPlaceholder text |
| 400 | 65C8 #65C8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38B9 #38B9E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E9C #1E9CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 187C #187C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1159 #11596E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B39 #0B3947 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FAFD;
--dodger-blue-100: #E0F4FA;
--dodger-blue-200: #C6EBF6;
--dodger-blue-300: #9ADBEF;
--dodger-blue-400: #65C8E7;
--dodger-blue-500: #38B9E0;
--dodger-blue-600: #1E9CC2;
--dodger-blue-700: #187C9A;
--dodger-blue-800: #11596E;
--dodger-blue-900: #0B3947;
--dodger-blue-950: #07232C;
}