Dodger Blue
#1AB2C7
CyanColor Codes
All color formats for development
HEX
#1AB2C7RGB
rgb(26, 178, 199)HSL
hsl(187, 77%, 44%)OKLCH
oklch(0.701 0.117 210.1)CMYK
cmyk(87%, 11%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17A1B3
2#158F9F
3#127D8B
4#0F6B77
5#0D5963
6#0A474F
7#08363C
8#052428
9#031214
Tints
Lighter variations
1#1DC9E0
2#35D0E5
3#4ED6E8
4#67DCEB
5#81E2EF
6#9AE8F2
7#B3EDF5
8#CCF3F8
9#E6F9FC
Tones
Muted variations
1#22ACBE
2#2BA5B5
3#349FAD
4#3C98A4
5#45919B
6#4E8B93
7#56848A
8#5F7D81
9#687779
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F1 #C4F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 61DA #61DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34D0 #34D0E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AB2 #1AB2C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158E #158E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094148 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F1FCFD;
--dodger-blue-100: #DFF8FB;
--dodger-blue-200: #C4F1F7;
--dodger-blue-300: #97E7F2;
--dodger-blue-400: #61DAEA;
--dodger-blue-500: #34D0E5;
--dodger-blue-600: #1AB2C7;
--dodger-blue-700: #158E9E;
--dodger-blue-800: #0F6571;
--dodger-blue-900: #094148;
--dodger-blue-950: #06292D;
}