Sky Blue
#59C0C0
CyanColor Codes
All color formats for development
HEX
#59C0C0RGB
rgb(89, 192, 192)HSL
hsl(180, 45%, 55%)OKLCH
oklch(0.747 0.095 195.3)CMYK
cmyk(54%, 0%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#45B7B7
2#3EA3A3
3#368E8E
4#2E7A7A
5#276666
6#1F5151
7#173D3D
8#0F2929
9#081414
Tints
Lighter variations
1#69C6C6
2#7ACDCD
3#8BD3D3
4#9BD9D9
5#ACDFDF
6#BCE6E6
7#CDECEC
8#DEF2F2
9#EEF9F9
Tones
Muted variations
1#5EBBBB
2#63B6B6
3#68B0B0
4#6DABAB
5#72A6A6
6#78A1A1
7#7D9C9C
8#829797
9#879191
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFED #CFEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | AADF #AADFDF | BordersInactive statesPlaceholder text |
| 400 | 7ECE #7ECECE | Disabled statesSecondary iconsMuted text |
| 500 | 59C0 #59C0C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3EA3 #3EA3A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3181 #318181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 235C #235C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 163B #163B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FBFB;
--sky-blue-100: #E5F5F5;
--sky-blue-200: #CFEDED;
--sky-blue-300: #AADFDF;
--sky-blue-400: #7ECECE;
--sky-blue-500: #59C0C0;
--sky-blue-600: #3EA3A3;
--sky-blue-700: #318181;
--sky-blue-800: #235C5C;
--sky-blue-900: #163B3B;
--sky-blue-950: #0E2525;
}