Sky Blue
#75CDD7
CyanColor Codes
All color formats for development
HEX
#75CDD7RGB
rgb(117, 205, 215)HSL
hsl(186, 55%, 65%)OKLCH
oklch(0.797 0.086 205.1)CMYK
cmyk(46%, 5%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BC4CF
2#41BAC8
3#34A7B4
4#2D8F9A
5#257780
6#1E5F67
7#16484D
8#0F3033
9#07181A
Tints
Lighter variations
1#82D2DB
2#90D7DF
3#9EDCE3
4#ACE1E7
5#BAE6EB
6#C8EBEF
7#D5F0F3
8#E3F5F7
9#F1FAFB
Tones
Muted variations
1#7AC9D2
2#7EC5CD
3#83C1C8
4#88BDC3
5#8DB9BE
6#92B5B9
7#97B2B4
8#9CAEB0
9#A1AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEC #CCECF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DE #A4DEE5 | BordersInactive statesPlaceholder text |
| 400 | 75CD #75CDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DBF #4DBFCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A2 #32A2AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2881 #28818A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5C #1D5C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123B #123B3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F5F7;
--sky-blue-200: #CCECF0;
--sky-blue-300: #A4DEE5;
--sky-blue-400: #75CDD7;
--sky-blue-500: #4DBFCB;
--sky-blue-600: #32A2AE;
--sky-blue-700: #28818A;
--sky-blue-800: #1D5C63;
--sky-blue-900: #123B3F;
--sky-blue-950: #0B2528;
}