Sky Blue
#75D7CA
CyanColor Codes
All color formats for development
HEX
#75D7CARGB
rgb(117, 215, 202)HSL
hsl(172, 55%, 65%)OKLCH
oklch(0.816 0.095 184.4)CMYK
cmyk(46%, 0%, 6%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCFC0
2#41C8B6
3#34B4A3
4#2D9A8C
5#258074
6#1E675D
7#164D46
8#0F332F
9#071A17
Tints
Lighter variations
1#82DBCF
2#90DFD4
3#9EE3DA
4#ACE7DF
5#BAEBE4
6#C8EFEA
7#D5F3EF
8#E3F7F4
9#F1FBFA
Tones
Muted variations
1#7AD2C6
2#7ECDC3
3#83C8BF
4#88C3BB
5#8DBEB8
6#92B9B4
7#97B4B1
8#9CB0AD
9#A1ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DC | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CA | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F7F4;
--sky-blue-200: #CCF0EB;
--sky-blue-300: #A4E5DC;
--sky-blue-400: #75D7CA;
--sky-blue-500: #4DCBBB;
--sky-blue-600: #32AE9D;
--sky-blue-700: #288A7D;
--sky-blue-800: #1D6359;
--sky-blue-900: #123F39;
--sky-blue-950: #0B2824;
}