Dodger Blue
#19B0C8
CyanColor Codes
All color formats for development
HEX
#19B0C8RGB
rgb(25, 176, 200)HSL
hsl(188, 78%, 44%)OKLCH
oklch(0.697 0.118 212.3)CMYK
cmyk(88%, 12%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#169FB4
2#148DA0
3#117B8C
4#0F6A78
5#0C5864
6#0A4750
7#07353C
8#052328
9#021214
Tints
Lighter variations
1#1CC7E1
2#34CEE6
3#4DD4E9
4#66DAEC
5#80E0EF
6#99E7F2
7#B3EDF6
8#CCF3F9
9#E6F9FC
Tones
Muted variations
1#21AABF
2#2AA4B6
3#339DAD
4#3C97A5
5#44909C
6#4D8A93
7#56838A
8#5F7D82
9#677779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E6 #97E6F2 | BordersInactive statesPlaceholder text |
| 400 | 60D9 #60D9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CE #33CEE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B0 #19B0C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148C #148C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E64 #0E6471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0940 #094049 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF7FB;
--dodger-blue-200: #C4F1F8;
--dodger-blue-300: #97E6F2;
--dodger-blue-400: #60D9EB;
--dodger-blue-500: #33CEE6;
--dodger-blue-600: #19B0C8;
--dodger-blue-700: #148C9F;
--dodger-blue-800: #0E6471;
--dodger-blue-900: #094049;
--dodger-blue-950: #06282D;
}