Sky Blue
#75D7C8
CyanColor Codes
All color formats for development
HEX
#75D7C8RGB
rgb(117, 215, 200)HSL
hsl(171, 55%, 65%)OKLCH
oklch(0.815 0.096 182.8)CMYK
cmyk(46%, 0%, 7%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCFBE
2#41C8B4
3#34B4A1
4#2D9A8A
5#258073
6#1E675C
7#164D45
8#0F332E
9#071A17
Tints
Lighter variations
1#82DBCE
2#90DFD3
3#9EE3D9
4#ACE7DE
5#BAEBE4
6#C8EFE9
7#D5F3EF
8#E3F7F4
9#F1FBFA
Tones
Muted variations
1#7AD2C5
2#7ECDC1
3#83C8BE
4#88C3BA
5#8DBEB7
6#92B9B3
7#97B4B0
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 #A4E5DB | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7C8 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | 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: #A4E5DB;
--sky-blue-400: #75D7C8;
--sky-blue-500: #4DCBB8;
--sky-blue-600: #32AE9B;
--sky-blue-700: #288A7C;
--sky-blue-800: #1D6358;
--sky-blue-900: #123F39;
--sky-blue-950: #0B2823;
}