Dodger Blue
#0BC1D5
CyanColor Codes
All color formats for development
HEX
#0BC1D5RGB
rgb(11, 193, 213)HSL
hsl(186, 90%, 44%)OKLCH
oklch(0.742 0.126 208)CMYK
cmyk(95%, 9%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0AAEC0
2#099AAB
3#088795
4#077480
5#06606B
6#044D55
7#033A40
8#02272B
9#011315
Tints
Lighter variations
1#0DDAF0
2#26DFF4
3#41E3F5
4#5CE7F6
5#77EBF8
6#92EFF9
7#AEF3FB
8#C9F7FC
9#E4FBFE
Tones
Muted variations
1#15B9CB
2#1FB1C1
3#2AA9B7
4#34A1AD
5#3E99A3
6#489199
7#52888E
8#5C8084
9#66787A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F6 #C0F6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EF #90EFF9 | BordersInactive statesPlaceholder text |
| 400 | 55E6 #55E6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25DF #25DFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC1 #0BC1D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099A #099AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464E | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F0FDFE;
--dodger-blue-100: #DDFAFD;
--dodger-blue-200: #C0F6FC;
--dodger-blue-300: #90EFF9;
--dodger-blue-400: #55E6F6;
--dodger-blue-500: #25DFF4;
--dodger-blue-600: #0BC1D5;
--dodger-blue-700: #099AAA;
--dodger-blue-800: #066E79;
--dodger-blue-900: #04464E;
--dodger-blue-950: #032C30;
}