Sky Blue
#52C7C7
CyanColor Codes
All color formats for development
HEX
#52C7C7RGB
rgb(82, 199, 199)HSL
hsl(180, 51%, 55%)OKLCH
oklch(0.764 0.104 195.2)CMYK
cmyk(59%, 0%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3EBFBF
2#37A9A9
3#309494
4#297F7F
5#226A6A
6#1B5555
7#154040
8#0E2A2A
9#071515
Tints
Lighter variations
1#63CCCC
2#74D2D2
3#86D8D8
4#97DDDD
5#A8E3E3
6#BAE9E9
7#CBEEEE
8#DCF4F4
9#EEF9F9
Tones
Muted variations
1#58C1C1
2#5DBBBB
3#63B5B5
4#69AFAF
5#6FAAAA
6#75A4A4
7#7B9E9E
8#819898
9#869292
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;
}