Sky Blue
#75D7CD
CyanColor Codes
All color formats for development
HEX
#75D7CDRGB
rgb(117, 215, 205)HSL
hsl(174, 55%, 65%)OKLCH
oklch(0.817 0.094 186.9)CMYK
cmyk(46%, 0%, 5%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCFC4
2#41C8BA
3#34B4A7
4#2D9A8F
5#258077
6#1E675F
7#164D48
8#0F3330
9#071A18
Tints
Lighter variations
1#82DBD2
2#90DFD7
3#9EE3DC
4#ACE7E1
5#BAEBE6
6#C8EFEB
7#D5F3F0
8#E3F7F5
9#F1FBFA
Tones
Muted variations
1#7AD2C9
2#7ECDC5
3#83C8C1
4#88C3BD
5#8DBEB9
6#92B9B5
7#97B4B2
8#9CB0AE
9#A1ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DE | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7CD | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D635C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F7F5;
--sky-blue-200: #CCF0EC;
--sky-blue-300: #A4E5DE;
--sky-blue-400: #75D7CD;
--sky-blue-500: #4DCBBF;
--sky-blue-600: #32AEA2;
--sky-blue-700: #288A81;
--sky-blue-800: #1D635C;
--sky-blue-900: #123F3B;
--sky-blue-950: #0B2825;
}