Sky Blue
#78D3D3
CyanColor Codes
All color formats for development
HEX
#78D3D3RGB
rgb(120, 211, 211)HSL
hsl(180, 51%, 65%)OKLCH
oklch(0.811 0.087 195.6)CMYK
cmyk(43%, 0%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5FCBCB
2#46C3C3
3#39AFAF
4#319696
5#297D7D
6#206464
7#184B4B
8#103232
9#081919
Tints
Lighter variations
1#86D8D8
2#93DCDC
3#A1E0E0
4#AEE5E5
5#BCE9E9
6#C9EEEE
7#D7F2F2
8#E4F6F6
9#F2FBFB
Tones
Muted variations
1#7DCFCF
2#81CACA
3#86C6C6
4#8AC1C1
5#8FBDBD
6#94B8B8
7#98B3B3
8#9DAFAF
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 | A6E2 #A6E2E2 | BordersInactive statesPlaceholder text |
| 400 | 78D3 #78D3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 52C7 #52C7C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 37A9 #37A9A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C87 #2C8787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F60 #1F6060 | 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: #A6E2E2;
--sky-blue-400: #78D3D3;
--sky-blue-500: #52C7C7;
--sky-blue-600: #37A9A9;
--sky-blue-700: #2C8787;
--sky-blue-800: #1F6060;
--sky-blue-900: #143E3E;
--sky-blue-950: #0C2727;
}