Sky Blue
#5ABFBF
CyanColor Codes
All color formats for development
HEX
#5ABFBFRGB
rgb(90, 191, 191)HSL
hsl(180, 44%, 55%)OKLCH
oklch(0.745 0.094 195.3)CMYK
cmyk(53%, 0%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#47B6B6
2#3FA2A2
3#378D8D
4#2F7979
5#276565
6#1F5151
7#183D3D
8#102828
9#081414
Tints
Lighter variations
1#6AC5C5
2#7BCCCC
3#8BD2D2
4#9CD8D8
5#ACDFDF
6#BDE5E5
7#CDECEC
8#DEF2F2
9#EEF9F9
Tones
Muted variations
1#5FBABA
2#64B5B5
3#69B0B0
4#6EABAB
5#73A5A5
6#78A0A0
7#7D9B9B
8#829696
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 | CFEC #CFECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDE #ABDEDE | BordersInactive statesPlaceholder text |
| 400 | 7ECD #7ECDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5ABF #5ABFBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3FA2 #3FA2A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3281 #328181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 245C #245C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 173B #173B3B | 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: #CFECEC;
--sky-blue-300: #ABDEDE;
--sky-blue-400: #7ECDCD;
--sky-blue-500: #5ABFBF;
--sky-blue-600: #3FA2A2;
--sky-blue-700: #328181;
--sky-blue-800: #245C5C;
--sky-blue-900: #173B3B;
--sky-blue-950: #0E2525;
}