Sky Blue
#75D7D7
CyanColor Codes
All color formats for development
HEX
#75D7D7RGB
rgb(117, 215, 215)HSL
hsl(180, 55%, 65%)OKLCH
oklch(0.82 0.093 195.5)CMYK
cmyk(46%, 0%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCFCF
2#41C8C8
3#34B4B4
4#2D9A9A
5#258080
6#1E6767
7#164D4D
8#0F3333
9#071A1A
Tints
Lighter variations
1#82DBDB
2#90DFDF
3#9EE3E3
4#ACE7E7
5#BAEBEB
6#C8EFEF
7#D5F3F3
8#E3F7F7
9#F1FBFB
Tones
Muted variations
1#7AD2D2
2#7ECDCD
3#83C8C8
4#88C3C3
5#8DBEBE
6#92B9B9
7#97B4B4
8#9CB0B0
9#A1ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E5 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CCF0F0;
--sky-blue-300: #A4E5E5;
--sky-blue-400: #75D7D7;
--sky-blue-500: #4DCBCB;
--sky-blue-600: #32AEAE;
--sky-blue-700: #288A8A;
--sky-blue-800: #1D6363;
--sky-blue-900: #123F3F;
--sky-blue-950: #0B2828;
}