Dodger Blue
#15A1CB
CyanColor Codes
All color formats for development
HEX
#15A1CBRGB
rgb(21, 161, 203)HSL
hsl(194, 81%, 44%)OKLCH
oklch(0.661 0.122 225.6)CMYK
cmyk(90%, 21%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1391B7
2#1181A2
3#0F708E
4#0D607A
5#0B5066
6#094051
7#06303D
8#042029
9#021014
Tints
Lighter variations
1#18B5E5
2#30BEE9
3#4AC6EC
4#64CEEF
5#7ED6F1
6#98DFF4
7#B1E7F7
8#CBEFFA
9#E5F7FC
Tones
Muted variations
1#1E9CC2
2#2797B9
3#3192B0
4#3A8DA7
5#43889E
6#4C8495
7#557F8B
8#5E7A82
9#677579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3EC #C3ECF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95DE #95DEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DCC #5DCCEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FBE #2FBEE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15A1 #15A1CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1180 #1180A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C5B #0C5B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083A #083A4A | Primary textHigh emphasis contentDark headings |
| 950 | 0525 #05252E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFE;
--dodger-blue-100: #DFF5FC;
--dodger-blue-200: #C3ECF9;
--dodger-blue-300: #95DEF4;
--dodger-blue-400: #5DCCEE;
--dodger-blue-500: #2FBEE9;
--dodger-blue-600: #15A1CB;
--dodger-blue-700: #1180A2;
--dodger-blue-800: #0C5B73;
--dodger-blue-900: #083A4A;
--dodger-blue-950: #05252E;
}