Sky Blue
#75D7C6
CyanColor Codes
All color formats for development
HEX
#75D7C6RGB
rgb(117, 215, 198)HSL
hsl(170, 55%, 65%)OKLCH
oklch(0.814 0.096 181.2)CMYK
cmyk(46%, 0%, 8%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCFBC
2#41C8B1
3#34B49F
4#2D9A88
5#258071
6#1E675B
7#164D44
8#0F332D
9#071A17
Tints
Lighter variations
1#82DBCC
2#90DFD2
3#9EE3D7
4#ACE7DD
5#BAEBE3
6#C8EFE8
7#D5F3EE
8#E3F7F4
9#F1FBF9
Tones
Muted variations
1#7AD2C3
2#7ECDC0
3#83C8BD
4#88C3B9
5#8DBEB6
6#92B9B3
7#97B4B0
8#9CB0AC
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 #CCF0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DA | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F38 | 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: #CCF0EA;
--sky-blue-300: #A4E5DA;
--sky-blue-400: #75D7C6;
--sky-blue-500: #4DCBB6;
--sky-blue-600: #32AE99;
--sky-blue-700: #288A7A;
--sky-blue-800: #1D6357;
--sky-blue-900: #123F38;
--sky-blue-950: #0B2823;
}