Dodger Blue
#0BB4D5
CyanColor Codes
All color formats for development
HEX
#0BB4D5RGB
rgb(11, 180, 213)HSL
hsl(190, 90%, 44%)OKLCH
oklch(0.711 0.126 217.4)CMYK
cmyk(95%, 15%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AA2C0
2#0990AB
3#087E95
4#076C80
5#065A6B
6#044855
7#033640
8#02242B
9#011215
Tints
Lighter variations
1#0DCAF0
2#26D1F4
3#41D7F5
4#5CDDF6
5#77E2F8
6#92E8F9
7#AEEEFB
8#C9F4FC
9#E4F9FE
Tones
Muted variations
1#15ADCB
2#1FA6C1
3#2A9FB7
4#3499AD
5#3E92A3
6#488B99
7#52848E
8#5C7E84
9#66777A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E8 #90E8F9 | BordersInactive statesPlaceholder text |
| 400 | 55DB #55DBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D1 #25D1F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB4 #0BB4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098F #098FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #066679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0441 #04414E | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FCFE;
--dodger-blue-100: #DDF8FD;
--dodger-blue-200: #C0F2FC;
--dodger-blue-300: #90E8F9;
--dodger-blue-400: #55DBF6;
--dodger-blue-500: #25D1F4;
--dodger-blue-600: #0BB4D5;
--dodger-blue-700: #098FAA;
--dodger-blue-800: #066679;
--dodger-blue-900: #04414E;
--dodger-blue-950: #032930;
}