Dodger Blue
#0BB7D5
CyanColor Codes
All color formats for development
HEX
#0BB7D5RGB
rgb(11, 183, 213)HSL
hsl(189, 90%, 44%)OKLCH
oklch(0.718 0.126 215.2)CMYK
cmyk(95%, 14%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AA5C0
2#0992AB
3#088095
4#076E80
5#065B6B
6#044955
7#033740
8#02252B
9#011215
Tints
Lighter variations
1#0DCEF0
2#26D5F4
3#41DAF5
4#5CDFF6
5#77E5F8
6#92EAF9
7#AEEFFB
8#C9F4FC
9#E4FAFE
Tones
Muted variations
1#15B0CB
2#1FA9C1
3#2AA2B7
4#349BAD
5#3E94A3
6#488C99
7#52858E
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 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 55DE #55DEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D5 #25D5F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB7 #0BB7D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0991 #0991AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #066879 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | 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: #C0F3FC;
--dodger-blue-300: #90E9F9;
--dodger-blue-400: #55DEF6;
--dodger-blue-500: #25D5F4;
--dodger-blue-600: #0BB7D5;
--dodger-blue-700: #0991AA;
--dodger-blue-800: #066879;
--dodger-blue-900: #04434E;
--dodger-blue-950: #032A30;
}