Dodger Blue
#19A5C8
CyanColor Codes
All color formats for development
HEX
#19A5C8RGB
rgb(25, 165, 200)HSL
hsl(192, 78%, 44%)OKLCH
oklch(0.67 0.118 220.9)CMYK
cmyk(88%, 17%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1694B4
2#1484A0
3#11738C
4#0F6378
5#0C5264
6#0A4250
7#07313C
8#052128
9#021014
Tints
Lighter variations
1#1CBAE1
2#34C2E6
3#4DCAE9
4#66D1EC
5#80D9EF
6#99E1F2
7#B3E8F6
8#CCF0F9
9#E6F7FC
Tones
Muted variations
1#219FBF
2#2A9AB6
3#3395AD
4#3C90A5
5#448A9C
6#4D8593
7#56808A
8#5F7B82
9#677579
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E0 #97E0F2 | BordersInactive statesPlaceholder text |
| 400 | 60D0 #60D0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C2 #33C2E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A5 #19A5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1483 #14839F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5E #0E5E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093C #093C49 | 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: #DFF6FB;
--dodger-blue-200: #C4EDF8;
--dodger-blue-300: #97E0F2;
--dodger-blue-400: #60D0EB;
--dodger-blue-500: #33C2E6;
--dodger-blue-600: #19A5C8;
--dodger-blue-700: #14839F;
--dodger-blue-800: #0E5E71;
--dodger-blue-900: #093C49;
--dodger-blue-950: #06252D;
}