Dodger Blue
#0BA6D5
CyanColor Codes
All color formats for development
HEX
#0BA6D5RGB
rgb(11, 166, 213)HSL
hsl(194, 90%, 44%)OKLCH
oklch(0.677 0.13 227.3)CMYK
cmyk(95%, 22%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A95C0
2#0985AB
3#087495
4#076480
5#06536B
6#044255
7#033240
8#02212B
9#011115
Tints
Lighter variations
1#0DBBF0
2#26C4F4
3#41CBF5
4#5CD2F6
5#77DAF8
6#92E1F9
7#AEE9FB
8#C9F0FC
9#E4F8FE
Tones
Muted variations
1#15A1CB
2#1F9BC1
3#2A96B7
4#3491AD
5#3E8BA3
6#488699
7#52808E
8#5C7B84
9#66767A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EE #C0EEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E1 #90E1F9 | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C3 #25C3F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA6 #0BA6D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0984 #0984AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065E #065E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043C #043C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FBFE;
--dodger-blue-100: #DDF6FD;
--dodger-blue-200: #C0EEFC;
--dodger-blue-300: #90E1F9;
--dodger-blue-400: #55D1F6;
--dodger-blue-500: #25C3F4;
--dodger-blue-600: #0BA6D5;
--dodger-blue-700: #0984AA;
--dodger-blue-800: #065E79;
--dodger-blue-900: #043C4E;
--dodger-blue-950: #032630;
}