Dodger Blue
#0CB3D4
CyanColor Codes
All color formats for development
HEX
#0CB3D4RGB
rgb(12, 179, 212)HSL
hsl(190, 89%, 44%)OKLCH
oklch(0.708 0.125 217.5)CMYK
cmyk(94%, 16%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0BA1BF
2#0A8FAA
3#097D94
4#076B7F
5#06596A
6#054855
7#043640
8#02242A
9#011215
Tints
Lighter variations
1#0ECAEF
2#27D1F2
3#42D6F4
4#5DDCF6
5#78E2F7
6#93E8F9
7#AEEEFA
8#C9F3FC
9#E4F9FD
Tones
Muted variations
1#16ACCA
2#20A5C0
3#2A9FB6
4#3498AC
5#3E91A2
6#488B98
7#52848E
8#5C7E84
9#66777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E7 #90E7F9 | BordersInactive statesPlaceholder text |
| 400 | 56DB #56DBF5 | Disabled statesSecondary iconsMuted text |
| 500 | 26D0 #26D0F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CB3 #0CB3D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A8E #0A8EA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0766 #076678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0441 #04414D | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DDF8FD;
--dodger-blue-200: #C0F2FB;
--dodger-blue-300: #90E7F9;
--dodger-blue-400: #56DBF5;
--dodger-blue-500: #26D0F2;
--dodger-blue-600: #0CB3D4;
--dodger-blue-700: #0A8EA9;
--dodger-blue-800: #076678;
--dodger-blue-900: #04414D;
--dodger-blue-950: #032930;
}