Dodger Blue
#19A8C8
CyanColor Codes
All color formats for development
HEX
#19A8C8RGB
rgb(25, 168, 200)HSL
hsl(191, 78%, 44%)OKLCH
oklch(0.677 0.118 218.6)CMYK
cmyk(88%, 16%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1697B4
2#1486A0
3#11758C
4#0F6578
5#0C5464
6#0A4350
7#07323C
8#052228
9#021114
Tints
Lighter variations
1#1CBDE1
2#34C5E6
3#4DCCE9
4#66D4EC
5#80DBEF
6#99E2F2
7#B3E9F6
8#CCF1F9
9#E6F8FC
Tones
Muted variations
1#21A2BF
2#2A9DB6
3#3397AD
4#3C91A5
5#448C9C
6#4D8693
7#56818A
8#5F7B82
9#677679
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 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E1 #97E1F2 | BordersInactive statesPlaceholder text |
| 400 | 60D2 #60D2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C5 #33C5E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A8 #19A8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1485 #14859F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5F #0E5F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | 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: #C4EEF8;
--dodger-blue-300: #97E1F2;
--dodger-blue-400: #60D2EB;
--dodger-blue-500: #33C5E6;
--dodger-blue-600: #19A8C8;
--dodger-blue-700: #14859F;
--dodger-blue-800: #0E5F71;
--dodger-blue-900: #093D49;
--dodger-blue-950: #06262D;
}