Dodger Blue
#0DC2D3
CyanColor Codes
All color formats for development
HEX
#0DC2D3RGB
rgb(13, 194, 211)HSL
hsl(185, 88%, 44%)OKLCH
oklch(0.744 0.126 206.1)CMYK
cmyk(94%, 8%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CAFBE
2#0B9CA9
3#098894
4#08757F
5#076169
6#054E54
7#043A3F
8#03272A
9#011315
Tints
Lighter variations
1#0FDBEE
2#28E1F1
3#43E4F3
4#5EE8F5
5#79ECF6
6#94F0F8
7#AEF4FA
8#C9F7FC
9#E4FBFD
Tones
Muted variations
1#17BAC9
2#21B2BF
3#2BAAB5
4#35A2AB
5#3F99A2
6#499198
7#53898E
8#5C8184
9#66787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF8 | BordersInactive statesPlaceholder text |
| 400 | 57E7 #57E7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E0 #27E0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC2 #0DC2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9B #0B9BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0547 #05474D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DDFAFD;
--dodger-blue-200: #C1F6FB;
--dodger-blue-300: #91EFF8;
--dodger-blue-400: #57E7F4;
--dodger-blue-500: #27E0F1;
--dodger-blue-600: #0DC2D3;
--dodger-blue-700: #0B9BA8;
--dodger-blue-800: #086E78;
--dodger-blue-900: #05474D;
--dodger-blue-950: #032C30;
}