Sky Blue
#75D4D7
CyanColor Codes
All color formats for development
HEX
#75D4D7RGB
rgb(117, 212, 215)HSL
hsl(182, 55%, 65%)OKLCH
oklch(0.813 0.09 198.2)CMYK
cmyk(46%, 1%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCBCF
2#41C3C8
3#34B0B4
4#2D979A
5#257D80
6#1E6467
7#164B4D
8#0F3233
9#07191A
Tints
Lighter variations
1#82D8DB
2#90DCDF
3#9EE1E3
4#ACE5E7
5#BAE9EB
6#C8EEEF
7#D5F2F3
8#E3F6F7
9#F1FBFB
Tones
Muted variations
1#7ACFD2
2#7ECACD
3#83C6C8
4#88C1C3
5#8DBDBE
6#92B8B9
7#97B3B4
8#9CAFB0
9#A1AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEF #CCEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 75D4 #75D4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC7 #4DC7CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AA #32AAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2887 #28878A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D60 #1D6063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123E #123E3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F6F7;
--sky-blue-200: #CCEFF0;
--sky-blue-300: #A4E2E5;
--sky-blue-400: #75D4D7;
--sky-blue-500: #4DC7CB;
--sky-blue-600: #32AAAE;
--sky-blue-700: #28878A;
--sky-blue-800: #1D6063;
--sky-blue-900: #123E3F;
--sky-blue-950: #0B2728;
}