Dodger Blue
#19ADC8
CyanColor Codes
All color formats for development
HEX
#19ADC8RGB
rgb(25, 173, 200)HSL
hsl(189, 78%, 44%)OKLCH
oklch(0.689 0.118 214.7)CMYK
cmyk(88%, 13%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#169CB4
2#148BA0
3#11798C
4#0F6878
5#0C5764
6#0A4550
7#07343C
8#052328
9#021114
Tints
Lighter variations
1#1CC4E1
2#34CBE6
3#4DD2E9
4#66D8EC
5#80DFEF
6#99E5F2
7#B3ECF6
8#CCF2F9
9#E6F9FC
Tones
Muted variations
1#21A7BF
2#2AA1B6
3#339BAD
4#3C95A5
5#448F9C
6#4D8993
7#56838A
8#5F7C82
9#677679
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 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 60D6 #60D6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CB #33CBE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AD #19ADC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148A #148A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E63 #0E6371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | 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: #F1FCFD;
--dodger-blue-100: #DFF7FB;
--dodger-blue-200: #C4F0F8;
--dodger-blue-300: #97E4F2;
--dodger-blue-400: #60D6EB;
--dodger-blue-500: #33CBE6;
--dodger-blue-600: #19ADC8;
--dodger-blue-700: #148A9F;
--dodger-blue-800: #0E6371;
--dodger-blue-900: #093F49;
--dodger-blue-950: #06272D;
}