Sky Blue
#77D4D4
CyanColor Codes
All color formats for development
HEX
#77D4D4RGB
rgb(119, 212, 212)HSL
hsl(180, 52%, 65%)OKLCH
oklch(0.813 0.089 195.5)CMYK
cmyk(44%, 0%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5ECCCC
2#45C4C4
3#38B0B0
4#309797
5#287E7E
6#206565
7#184C4C
8#103232
9#081919
Tints
Lighter variations
1#85D8D8
2#92DDDD
3#A0E1E1
4#AEE5E5
5#BBEAEA
6#C9EEEE
7#D6F2F2
8#E4F6F6
9#F1FBFB
Tones
Muted variations
1#7CD0D0
2#81CBCB
3#85C6C6
4#8AC2C2
5#8FBDBD
6#93B8B8
7#98B4B4
8#9CAFAF
9#A1AAAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEF #CDEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6E3 #A6E3E3 | BordersInactive statesPlaceholder text |
| 400 | 77D4 #77D4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51C8 #51C8C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 36AB #36ABAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B88 #2B8888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F61 #1F6161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143E #143E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFB;
--sky-blue-100: #E4F6F6;
--sky-blue-200: #CDEFEF;
--sky-blue-300: #A6E3E3;
--sky-blue-400: #77D4D4;
--sky-blue-500: #51C8C8;
--sky-blue-600: #36ABAB;
--sky-blue-700: #2B8888;
--sky-blue-800: #1F6161;
--sky-blue-900: #143E3E;
--sky-blue-950: #0C2727;
}