Dodger Blue
#0DBCD3
CyanColor Codes
All color formats for development
HEX
#0DBCD3RGB
rgb(13, 188, 211)HSL
hsl(187, 88%, 44%)OKLCH
oklch(0.729 0.125 210.4)CMYK
cmyk(94%, 11%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0CA9BE
2#0B96A9
3#098494
4#08717F
5#075E69
6#054B54
7#04383F
8#03262A
9#011315
Tints
Lighter variations
1#0FD4EE
2#28DAF1
3#43DEF3
4#5EE3F5
5#79E8F6
6#94ECF8
7#AEF1FA
8#C9F6FC
9#E4FAFD
Tones
Muted variations
1#17B4C9
2#21ADBF
3#2BA5B5
4#359EAB
5#3F96A2
6#498E98
7#53878E
8#5C7F84
9#66787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F4 #C1F4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EC #91ECF8 | BordersInactive statesPlaceholder text |
| 400 | 57E2 #57E2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DA #27DAF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBC #0DBCD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B95 #0B95A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086B #086B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0544 #05444D | Primary textHigh emphasis contentDark headings |
| 950 | 032B #032B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DDF9FD;
--dodger-blue-200: #C1F4FB;
--dodger-blue-300: #91ECF8;
--dodger-blue-400: #57E2F4;
--dodger-blue-500: #27DAF1;
--dodger-blue-600: #0DBCD3;
--dodger-blue-700: #0B95A8;
--dodger-blue-800: #086B78;
--dodger-blue-900: #05444D;
--dodger-blue-950: #032B30;
}