Dodger Blue
#19A2C8
CyanColor Codes
All color formats for development
HEX
#19A2C8RGB
rgb(25, 162, 200)HSL
hsl(193, 78%, 44%)OKLCH
oklch(0.662 0.119 223.2)CMYK
cmyk(88%, 19%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1692B4
2#1481A0
3#11718C
4#0F6178
5#0C5164
6#0A4150
7#07313C
8#052028
9#021014
Tints
Lighter variations
1#1CB6E1
2#34BFE6
3#4DC7E9
4#66CFEC
5#80D7EF
6#99DFF2
7#B3E7F6
8#CCEFF9
9#E6F7FC
Tones
Muted variations
1#219DBF
2#2A98B6
3#3393AD
4#3C8EA5
5#44899C
6#4D8493
7#567F8A
8#5F7A82
9#677579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DE #97DEF2 | BordersInactive statesPlaceholder text |
| 400 | 60CD #60CDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33BF #33BFE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A2 #19A2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1481 #14819F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5C #0E5C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FBFD;
--dodger-blue-100: #DFF5FB;
--dodger-blue-200: #C4EDF8;
--dodger-blue-300: #97DEF2;
--dodger-blue-400: #60CDEB;
--dodger-blue-500: #33BFE6;
--dodger-blue-600: #19A2C8;
--dodger-blue-700: #14819F;
--dodger-blue-800: #0E5C71;
--dodger-blue-900: #093B49;
--dodger-blue-950: #06252D;
}