Sky Blue
#80C6CB
CyanColor Codes
All color formats for development
HEX
#80C6CBRGB
rgb(128, 198, 203)HSL
hsl(184, 42%, 65%)OKLCH
oklch(0.782 0.071 201.6)CMYK
cmyk(37%, 2%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69BCC2
2#51B1B8
3#439EA5
4#3A888D
5#307176
6#265A5E
7#1D4447
8#132D2F
9#0A1718
Tints
Lighter variations
1#8DCCD0
2#9AD2D6
3#A6D7DB
4#B3DDE0
5#C0E3E5
6#CCE8EA
7#D9EEEF
8#E6F4F5
9#F2F9FA
Tones
Muted variations
1#84C3C7
2#88C0C4
3#8CBCC0
4#8FB9BC
5#93B6B8
6#97B3B5
7#9BAFB1
8#9EACAD
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 | D0EA #D0EAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACDA #ACDADD | BordersInactive statesPlaceholder text |
| 400 | 80C6 #80C6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5CB6 #5CB6BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4199 #41999F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 347A #347A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2557 #25575B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #18383A | 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: #D0EAEC;
--sky-blue-300: #ACDADD;
--sky-blue-400: #80C6CB;
--sky-blue-500: #5CB6BC;
--sky-blue-600: #41999F;
--sky-blue-700: #347A7F;
--sky-blue-800: #25575B;
--sky-blue-900: #18383A;
--sky-blue-950: #0F2324;
}