Sky Blue
#83C7C9
CyanColor Codes
All color formats for development
HEX
#83C7C9RGB
rgb(131, 199, 201)HSL
hsl(182, 39%, 65%)OKLCH
oklch(0.785 0.069 198.2)CMYK
cmyk(35%, 1%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CBCBE
2#55B1B4
3#479EA1
4#3D888A
5#337173
6#285A5C
7#1E4445
8#142D2E
9#0A1717
Tints
Lighter variations
1#8FCCCE
2#9CD2D3
3#A8D7D9
4#B5DDDE
5#C1E3E4
6#CDE8E9
7#DAEEEF
8#E6F4F4
9#F3F9FA
Tones
Muted variations
1#86C3C5
2#8AC0C2
3#8DBCBE
4#91B9BB
5#94B6B7
6#98B3B4
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 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDA #ADDADB | BordersInactive statesPlaceholder text |
| 400 | 83C6 #83C6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB6 #5FB6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4499 #44999C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367A #367A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2757 #275759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1938 #193839 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FAFA;
--sky-blue-100: #E6F4F4;
--sky-blue-200: #D1EAEB;
--sky-blue-300: #ADDADB;
--sky-blue-400: #83C6C9;
--sky-blue-500: #5FB6B9;
--sky-blue-600: #44999C;
--sky-blue-700: #367A7C;
--sky-blue-800: #275759;
--sky-blue-900: #193839;
--sky-blue-950: #102323;
}