Dodger Blue
#1BC5C5
CyanColor Codes
All color formats for development
HEX
#1BC5C5RGB
rgb(27, 197, 197)HSL
hsl(180, 76%, 44%)OKLCH
oklch(0.747 0.124 194.8)CMYK
cmyk(86%, 0%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18B2B2
2#169E9E
3#138A8A
4#107676
5#0D6363
6#0B4F4F
7#083B3B
8#052727
9#031414
Tints
Lighter variations
1#1EDFDF
2#36E4E4
3#4FE7E7
4#68EAEA
5#81EEEE
6#9AF1F1
7#B4F5F5
8#CDF8F8
9#E6FCFC
Tones
Muted variations
1#23BDBD
2#2CB4B4
3#35ACAC
4#3DA3A3
5#469B9B
6#4E9292
7#578A8A
8#5F8181
9#687979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1F1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--dodger-blue-50: #F2FDFD;
--dodger-blue-100: #E0FBFB;
--dodger-blue-200: #C5F7F7;
--dodger-blue-300: #98F1F1;
--dodger-blue-400: #62EAEA;
--dodger-blue-500: #35E3E3;
--dodger-blue-600: #1BC5C5;
--dodger-blue-700: #159D9D;
--dodger-blue-800: #0F7070;
--dodger-blue-900: #0A4848;
--dodger-blue-950: #062D2D;
}