Sky Blue
#75D7BD
GreenColor Codes
All color formats for development
HEX
#75D7BDRGB
rgb(117, 215, 189)HSL
hsl(164, 55%, 65%)OKLCH
oklch(0.812 0.101 174.4)CMYK
cmyk(46%, 0%, 12%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCFB0
2#41C8A4
3#34B492
4#2D9A7D
5#258068
6#1E6753
7#164D3E
8#0F332A
9#071A15
Tints
Lighter variations
1#82DBC3
2#90DFCA
3#9EE3D1
4#ACE7D7
5#BAEBDE
6#C8EFE4
7#D5F3EB
8#E3F7F2
9#F1FBF8
Tones
Muted variations
1#7AD2BA
2#7ECDB8
3#83C8B6
4#88C3B3
5#8DBEB1
6#92B9AF
7#97B4AD
8#9CB0AA
9#A1ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D3 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7BD | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F33 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E3F7F2;
--sky-blue-200: #CCF0E6;
--sky-blue-300: #A4E5D3;
--sky-blue-400: #75D7BD;
--sky-blue-500: #4DCBAA;
--sky-blue-600: #32AE8D;
--sky-blue-700: #288A70;
--sky-blue-800: #1D6350;
--sky-blue-900: #123F33;
--sky-blue-950: #0B2820;
}