Dodger Blue
#19ABC8
CyanColor Codes
All color formats for development
HEX
#19ABC8RGB
rgb(25, 171, 200)HSL
hsl(190, 78%, 44%)OKLCH
oklch(0.684 0.118 216.2)CMYK
cmyk(88%, 15%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1699B4
2#1488A0
3#11778C
4#0F6678
5#0C5564
6#0A4450
7#07333C
8#052228
9#021114
Tints
Lighter variations
1#1CC0E1
2#34C8E6
3#4DCFE9
4#66D6EC
5#80DDEF
6#99E4F2
7#B3EAF6
8#CCF1F9
9#E6F8FC
Tones
Muted variations
1#21A5BF
2#2A9FB6
3#3399AD
4#3C93A5
5#448D9C
6#4D8893
7#56828A
8#5F7C82
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 | C4EF #C4EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E3 #97E3F2 | BordersInactive statesPlaceholder text |
| 400 | 60D4 #60D4EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C8 #33C8E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AB #19ABC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1488 #14889F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E61 #0E6171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093E #093E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | 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: #C4EFF8;
--dodger-blue-300: #97E3F2;
--dodger-blue-400: #60D4EB;
--dodger-blue-500: #33C8E6;
--dodger-blue-600: #19ABC8;
--dodger-blue-700: #14889F;
--dodger-blue-800: #0E6171;
--dodger-blue-900: #093E49;
--dodger-blue-950: #06272D;
}