Dodger Blue
#0BB0D5
CyanColor Codes
All color formats for development
HEX
#0BB0D5RGB
rgb(11, 176, 213)HSL
hsl(191, 90%, 44%)OKLCH
oklch(0.701 0.126 220.3)CMYK
cmyk(95%, 17%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A9FC0
2#098DAB
3#087B95
4#076A80
5#06586B
6#044655
7#033540
8#02232B
9#011215
Tints
Lighter variations
1#0DC7F0
2#26CEF4
3#41D4F5
4#5CDAF6
5#77E0F8
6#92E6F9
7#AEEDFB
8#C9F3FC
9#E4F9FE
Tones
Muted variations
1#15AACB
2#1FA3C1
3#2A9DB7
4#3497AD
5#3E90A3
6#488A99
7#52838E
8#5C7D84
9#66777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E6 #90E6F9 | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25CE #25CEF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB0 #0BB0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098C #098CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #066479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | 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: #F0FCFE;
--dodger-blue-100: #DDF7FD;
--dodger-blue-200: #C0F1FC;
--dodger-blue-300: #90E6F9;
--dodger-blue-400: #55D9F6;
--dodger-blue-500: #25CEF4;
--dodger-blue-600: #0BB0D5;
--dodger-blue-700: #098CAA;
--dodger-blue-800: #066479;
--dodger-blue-900: #04404E;
--dodger-blue-950: #032830;
}