Dodger Blue
#1AADC7
CyanColor Codes
All color formats for development
HEX
#1AADC7RGB
rgb(26, 173, 199)HSL
hsl(189, 77%, 44%)OKLCH
oklch(0.689 0.117 214)CMYK
cmyk(87%, 13%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#179BB3
2#158A9F
3#12798B
4#0F6877
5#0D5663
6#0A454F
7#08343C
8#052328
9#031114
Tints
Lighter variations
1#1DC3E0
2#35CAE5
3#4ED1E8
4#67D8EB
5#81DEEF
6#9AE5F2
7#B3EBF5
8#CCF2F8
9#E6F8FC
Tones
Muted variations
1#22A7BE
2#2BA1B5
3#349BAD
4#3C94A4
5#458E9B
6#4E8893
7#56828A
8#5F7C81
9#687679
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 61D6 #61D6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34CA #34CAE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AAD #1AADC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1589 #15899E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F62 #0F6271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F48 | 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: #DFF7FB;
--dodger-blue-200: #C4F0F7;
--dodger-blue-300: #97E4F2;
--dodger-blue-400: #61D6EA;
--dodger-blue-500: #34CAE5;
--dodger-blue-600: #1AADC7;
--dodger-blue-700: #15899E;
--dodger-blue-800: #0F6271;
--dodger-blue-900: #093F48;
--dodger-blue-950: #06272D;
}