Dodger Blue
#0CB9D4
CyanColor Codes
All color formats for development
HEX
#0CB9D4RGB
rgb(12, 185, 212)HSL
hsl(188, 89%, 44%)OKLCH
oklch(0.722 0.125 213.1)CMYK
cmyk(94%, 13%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BA7BF
2#0A94AA
3#098294
4#076F7F
5#065D6A
6#054A55
7#043840
8#02252A
9#011315
Tints
Lighter variations
1#0ED1EF
2#27D7F2
3#42DCF4
4#5DE1F6
5#78E6F7
6#93EBF9
7#AEF0FA
8#C9F5FC
9#E4FAFD
Tones
Muted variations
1#16B2CA
2#20ABC0
3#2AA3B6
4#349CAC
5#3E95A2
6#488D98
7#52868E
8#5C7F84
9#66787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 56E0 #56E0F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D7 #26D7F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB9 #0CB9D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A94 #0A94A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0769 #076978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DDF9FD;
--dodger-blue-200: #C0F3FB;
--dodger-blue-300: #90EBF9;
--dodger-blue-400: #56E0F5;
--dodger-blue-500: #26D7F2;
--dodger-blue-600: #0CB9D4;
--dodger-blue-700: #0A94A9;
--dodger-blue-800: #076978;
--dodger-blue-900: #04434D;
--dodger-blue-950: #032A30;
}