Dodger Blue
#15C5CB
CyanColor Codes
All color formats for development
HEX
#15C5CBRGB
rgb(21, 197, 203)HSL
hsl(182, 81%, 44%)OKLCH
oklch(0.749 0.125 198.8)CMYK
cmyk(90%, 3%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13B1B7
2#119EA2
3#0F8A8E
4#0D767A
5#0B6366
6#094F51
7#063B3D
8#042729
9#021414
Tints
Lighter variations
1#18DEE5
2#30E3E9
3#4AE7EC
4#64EAEF
5#7EEEF1
6#98F1F4
7#B1F5F7
8#CBF8FA
9#E5FCFC
Tones
Muted variations
1#1EBDC2
2#27B4B9
3#31ACB0
4#3AA3A7
5#439B9E
6#4C9295
7#558A8B
8#5E8182
9#677979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F1 #95F1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE9 #5DE9EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE3 #2FE3E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C5 #15C5CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119D #119DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C70 #0C7073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #08484A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FDFE;
--dodger-blue-100: #DFFBFC;
--dodger-blue-200: #C3F7F9;
--dodger-blue-300: #95F1F4;
--dodger-blue-400: #5DE9EE;
--dodger-blue-500: #2FE3E9;
--dodger-blue-600: #15C5CB;
--dodger-blue-700: #119DA2;
--dodger-blue-800: #0C7073;
--dodger-blue-900: #08484A;
--dodger-blue-950: #052D2E;
}