Dodger Blue
#10B4D1
CyanColor Codes
All color formats for development
HEX
#10B4D1RGB
rgb(16, 180, 209)HSL
hsl(189, 86%, 44%)OKLCH
oklch(0.709 0.123 215)CMYK
cmyk(92%, 14%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0EA2BC
2#0D90A7
3#0B7E92
4#096C7D
5#085A68
6#064853
7#05363F
8#03242A
9#021215
Tints
Lighter variations
1#12CBEB
2#2BD2EF
3#45D7F1
4#60DDF3
5#7AE3F5
6#95E8F7
7#AFEEF9
8#CAF4FB
9#E4F9FD
Tones
Muted variations
1#19ADC7
2#23A6BD
3#2D9FB4
4#3699AA
5#4092A0
6#4A8B97
7#53848D
8#5D7E83
9#67777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E8 #92E8F7 | BordersInactive statesPlaceholder text |
| 400 | 59DB #59DBF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AD1 #2AD1EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10B4 #10B4D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C8F #0C8FA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0966 #096677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0641 #06414C | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DEF8FD;
--dodger-blue-200: #C1F2FA;
--dodger-blue-300: #92E8F7;
--dodger-blue-400: #59DBF3;
--dodger-blue-500: #2AD1EF;
--dodger-blue-600: #10B4D1;
--dodger-blue-700: #0C8FA6;
--dodger-blue-800: #096677;
--dodger-blue-900: #06414C;
--dodger-blue-950: #04292F;
}