Dodger Blue
#15B6CB
CyanColor Codes
All color formats for development
HEX
#15B6CBRGB
rgb(21, 182, 203)HSL
hsl(187, 81%, 44%)OKLCH
oklch(0.712 0.12 209.6)CMYK
cmyk(90%, 10%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13A4B7
2#1192A2
3#0F7F8E
4#0D6D7A
5#0B5B66
6#094951
7#06373D
8#042429
9#021214
Tints
Lighter variations
1#18CDE5
2#30D4E9
3#4AD9EC
4#64DFEF
5#7EE4F1
6#98E9F4
7#B1EFF7
8#CBF4FA
9#E5FAFC
Tones
Muted variations
1#1EAFC2
2#27A8B9
3#31A1B0
4#3A9AA7
5#43939E
6#4C8C95
7#55858B
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 | 95E9 #95E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDD #5DDDEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FD4 #2FD4E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15B6 #15B6CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1191 #1191A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C67 #0C6773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0842 #08424A | 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: #95E9F4;
--dodger-blue-400: #5DDDEE;
--dodger-blue-500: #2FD4E9;
--dodger-blue-600: #15B6CB;
--dodger-blue-700: #1191A2;
--dodger-blue-800: #0C6773;
--dodger-blue-900: #08424A;
--dodger-blue-950: #05292E;
}