Sky Blue
#75D2D7
CyanColor Codes
All color formats for development
HEX
#75D2D7RGB
rgb(117, 210, 215)HSL
hsl(183, 55%, 65%)OKLCH
oklch(0.808 0.089 200.1)CMYK
cmyk(46%, 2%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCACF
2#41C1C8
3#34ADB4
4#2D959A
5#257C80
6#1E6367
7#164A4D
8#0F3233
9#07191A
Tints
Lighter variations
1#82D6DB
2#90DBDF
3#9EDFE3
4#ACE4E7
5#BAE8EB
6#C8EDEF
7#D5F1F3
8#E3F6F7
9#F1FAFB
Tones
Muted variations
1#7ACED2
2#7EC9CD
3#83C5C8
4#88C0C3
5#8DBCBE
6#92B7B9
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 | CCEE #CCEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 75D2 #75D2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC5 #4DC5CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A8 #32A8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2885 #28858A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5F #1D5F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | 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: #CCEEF0;
--sky-blue-300: #A4E1E5;
--sky-blue-400: #75D2D7;
--sky-blue-500: #4DC5CB;
--sky-blue-600: #32A8AE;
--sky-blue-700: #28858A;
--sky-blue-800: #1D5F63;
--sky-blue-900: #123D3F;
--sky-blue-950: #0B2628;
}