Dodger Blue
#0DB2D3
CyanColor Codes
All color formats for development
HEX
#0DB2D3RGB
rgb(13, 178, 211)HSL
hsl(190, 88%, 44%)OKLCH
oklch(0.705 0.125 217.6)CMYK
cmyk(94%, 16%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CA0BE
2#0B8EA9
3#097D94
4#086B7F
5#075969
6#054754
7#04353F
8#03242A
9#011215
Tints
Lighter variations
1#0FC9EE
2#28D0F1
3#43D6F3
4#5EDCF5
5#79E1F6
6#94E7F8
7#AEEDFA
8#C9F3FC
9#E4F9FD
Tones
Muted variations
1#17ABC9
2#21A5BF
3#2B9EB5
4#3598AB
5#3F91A2
6#498B98
7#53848E
8#5C7D84
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 | C1F1 #C1F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E7 #91E7F8 | BordersInactive statesPlaceholder text |
| 400 | 57DA #57DAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D0 #27D0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB2 #0DB2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B8E #0B8EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0865 #086578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0541 #05414D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | 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: #C1F1FB;
--dodger-blue-300: #91E7F8;
--dodger-blue-400: #57DAF4;
--dodger-blue-500: #27D0F1;
--dodger-blue-600: #0DB2D3;
--dodger-blue-700: #0B8EA8;
--dodger-blue-800: #086578;
--dodger-blue-900: #05414D;
--dodger-blue-950: #032830;
}