Dodger Blue
#0BBAD5
CyanColor Codes
All color formats for development
HEX
#0BBAD5RGB
rgb(11, 186, 213)HSL
hsl(188, 90%, 44%)OKLCH
oklch(0.725 0.126 213)CMYK
cmyk(95%, 13%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AA8C0
2#0995AB
3#088295
4#077080
5#065D6B
6#044B55
7#033840
8#02252B
9#011315
Tints
Lighter variations
1#0DD2F0
2#26D8F4
3#41DDF5
4#5CE2F6
5#77E7F8
6#92ECF9
7#AEF0FB
8#C9F5FC
9#E4FAFE
Tones
Muted variations
1#15B3CB
2#1FABC1
3#2AA4B7
4#349DAD
5#3E95A3
6#488E99
7#52868E
8#5C7F84
9#66787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D8 #25D8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BBA #0BBAD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0994 #0994AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | 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: #DDF9FD;
--dodger-blue-200: #C0F4FC;
--dodger-blue-300: #90EBF9;
--dodger-blue-400: #55E1F6;
--dodger-blue-500: #25D8F4;
--dodger-blue-600: #0BBAD5;
--dodger-blue-700: #0994AA;
--dodger-blue-800: #066A79;
--dodger-blue-900: #04444E;
--dodger-blue-950: #032A30;
}