Dodger Blue
#15B3CB
CyanColor Codes
All color formats for development
HEX
#15B3CBRGB
rgb(21, 179, 203)HSL
hsl(188, 81%, 44%)OKLCH
oklch(0.705 0.12 211.9)CMYK
cmyk(90%, 12%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13A1B7
2#118FA2
3#0F7D8E
4#0D6B7A
5#0B5966
6#094851
7#06363D
8#042429
9#021214
Tints
Lighter variations
1#18CAE5
2#30D1E9
3#4AD6EC
4#64DCEF
5#7EE2F1
6#98E8F4
7#B1EEF7
8#CBF3FA
9#E5F9FC
Tones
Muted variations
1#1EACC2
2#27A6B9
3#319FB0
4#3A98A7
5#43929E
6#4C8B95
7#55848B
8#5E7E82
9#677779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F2 #C3F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E7 #95E7F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDB #5DDBEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD0 #2FD0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B3 #15B3CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 118E #118EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C66 #0C6673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #08414A | Primary textHigh emphasis contentDark headings |
| 950 | 0529 #05292E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFE;
--dodger-blue-100: #DFF8FC;
--dodger-blue-200: #C3F2F9;
--dodger-blue-300: #95E7F4;
--dodger-blue-400: #5DDBEE;
--dodger-blue-500: #2FD0E9;
--dodger-blue-600: #15B3CB;
--dodger-blue-700: #118EA2;
--dodger-blue-800: #0C6673;
--dodger-blue-900: #08414A;
--dodger-blue-950: #05292E;
}