Sky Blue
#83C5C9
CyanColor Codes
All color formats for development
HEX
#83C5C9RGB
rgb(131, 197, 201)HSL
hsl(183, 39%, 65%)OKLCH
oklch(0.781 0.067 200.7)CMYK
cmyk(35%, 2%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CBABE
2#55B0B4
3#479DA1
4#3D868A
5#337073
6#285A5C
7#1E4345
8#142D2E
9#0A1617
Tints
Lighter variations
1#8FCBCE
2#9CD1D3
3#A8D6D9
4#B5DCDE
5#C1E2E4
6#CDE8E9
7#DAEEEF
8#E6F3F4
9#F3F9FA
Tones
Muted variations
1#86C2C5
2#8ABFC2
3#8DBCBE
4#91B9BB
5#94B5B7
6#98B2B4
7#9BAFB0
8#9FACAD
9#A2A9A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DB | BordersInactive statesPlaceholder text |
| 400 | 83C5 #83C5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB5 #5FB5B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4498 #44989C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3679 #36797C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2756 #275659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1937 #193739 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFA;
--sky-blue-100: #E6F3F4;
--sky-blue-200: #D1E9EB;
--sky-blue-300: #ADD9DB;
--sky-blue-400: #83C5C9;
--sky-blue-500: #5FB5B9;
--sky-blue-600: #44989C;
--sky-blue-700: #36797C;
--sky-blue-800: #275659;
--sky-blue-900: #193739;
--sky-blue-950: #102223;
}