Dodger Blue
#0BA9D5
CyanColor Codes
All color formats for development
HEX
#0BA9D5RGB
rgb(11, 169, 213)HSL
hsl(193, 90%, 44%)OKLCH
oklch(0.684 0.128 225.2)CMYK
cmyk(95%, 21%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A98C0
2#0988AB
3#087795
4#076680
5#06556B
6#044455
7#033340
8#02222B
9#011115
Tints
Lighter variations
1#0DBFF0
2#26C7F4
3#41CEF5
4#5CD5F6
5#77DCF8
6#92E3F9
7#AEEAFB
8#C9F1FC
9#E4F8FE
Tones
Muted variations
1#15A4CB
2#1F9EC1
3#2A98B7
4#3493AD
5#3E8DA3
6#488799
7#52818E
8#5C7C84
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 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E2 #90E2F9 | BordersInactive statesPlaceholder text |
| 400 | 55D3 #55D3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C7 #25C7F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA9 #0BA9D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0987 #0987AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0660 #066079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | 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: #C0EFFC;
--dodger-blue-300: #90E2F9;
--dodger-blue-400: #55D3F6;
--dodger-blue-500: #25C7F4;
--dodger-blue-600: #0BA9D5;
--dodger-blue-700: #0987AA;
--dodger-blue-800: #066079;
--dodger-blue-900: #043E4E;
--dodger-blue-950: #032730;
}