Sky Blue
#75D7C5
CyanColor Codes
All color formats for development
HEX
#75D7C5RGB
rgb(117, 215, 197)HSL
hsl(169, 55%, 65%)OKLCH
oklch(0.814 0.097 180.4)CMYK
cmyk(46%, 0%, 8%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCFBA
2#41C8AF
3#34B49C
4#2D9A86
5#258070
6#1E6759
7#164D43
8#0F332D
9#071A16
Tints
Lighter variations
1#82DBCB
2#90DFD0
3#9EE3D6
4#ACE7DC
5#BAEBE2
6#C8EFE8
7#D5F3EE
8#E3F7F3
9#F1FBF9
Tones
Muted variations
1#7AD2C2
2#7ECDBF
3#83C8BC
4#88C3B8
5#8DBEB5
6#92B9B2
7#97B4AF
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 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D9 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7C5 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBB4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F7F3;
--sky-blue-200: #CCF0E9;
--sky-blue-300: #A4E5D9;
--sky-blue-400: #75D7C5;
--sky-blue-500: #4DCBB4;
--sky-blue-600: #32AE97;
--sky-blue-700: #288A78;
--sky-blue-800: #1D6356;
--sky-blue-900: #123F37;
--sky-blue-950: #0B2822;
}