Dodger Blue
#1BC5C3
CyanColor Codes
All color formats for development
HEX
#1BC5C3RGB
rgb(27, 197, 195)HSL
hsl(179, 76%, 44%)OKLCH
oklch(0.747 0.124 193.5)CMYK
cmyk(86%, 0%, 1%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B2AF
2#169E9C
3#138A88
4#107675
5#0D6361
6#0B4F4E
7#083B3A
8#052727
9#031413
Tints
Lighter variations
1#1EDFDB
2#36E4E1
3#4FE7E4
4#68EAE8
5#81EEEC
6#9AF1F0
7#B4F5F4
8#CDF8F7
9#E6FCFB
Tones
Muted variations
1#23BDBA
2#2CB4B2
3#35ACAA
4#3DA3A2
5#469B99
6#4E9291
7#578A89
8#5F8181
9#687978
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4847 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FDFD;
--dodger-blue-100: #E0FBFA;
--dodger-blue-200: #C5F7F6;
--dodger-blue-300: #98F1EF;
--dodger-blue-400: #62EAE7;
--dodger-blue-500: #35E3E1;
--dodger-blue-600: #1BC5C3;
--dodger-blue-700: #159D9B;
--dodger-blue-800: #0F706F;
--dodger-blue-900: #0A4847;
--dodger-blue-950: #062D2C;
}