Sky Blue
#80C9CB
CyanColor Codes
All color formats for development
HEX
#80C9CBRGB
rgb(128, 201, 203)HSL
hsl(182, 42%, 65%)OKLCH
oklch(0.789 0.073 198)CMYK
cmyk(37%, 1%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69BFC2
2#51B5B8
3#43A2A5
4#3A8A8D
5#307376
6#265C5E
7#1D4547
8#132E2F
9#0A1718
Tints
Lighter variations
1#8DCED0
2#9AD4D6
3#A6D9DB
4#B3DEE0
5#C0E4E5
6#CCE9EA
7#D9EFEF
8#E6F4F5
9#F2FAFA
Tones
Muted variations
1#84C5C7
2#88C2C4
3#8CBEC0
4#8FBBBC
5#93B7B8
6#97B4B5
7#9BB0B1
8#9EADAD
9#A2A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDB #ACDBDD | BordersInactive statesPlaceholder text |
| 400 | 80C9 #80C9CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB9 #5CB9BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 419C #419C9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347C #347C7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2559 #25595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #18393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFB;
--sky-blue-100: #E6F4F5;
--sky-blue-200: #D0EBEC;
--sky-blue-300: #ACDBDD;
--sky-blue-400: #80C9CB;
--sky-blue-500: #5CB9BC;
--sky-blue-600: #419C9F;
--sky-blue-700: #347C7F;
--sky-blue-800: #25595B;
--sky-blue-900: #18393A;
--sky-blue-950: #0F2324;
}