Sky Blue
#83C9C9
CyanColor Codes
All color formats for development
HEX
#83C9C9RGB
rgb(131, 201, 201)HSL
hsl(180, 39%, 65%)OKLCH
oklch(0.79 0.07 195.8)CMYK
cmyk(35%, 0%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CBEBE
2#55B4B4
3#47A1A1
4#3D8A8A
5#337373
6#285C5C
7#1E4545
8#142E2E
9#0A1717
Tints
Lighter variations
1#8FCECE
2#9CD3D3
3#A8D9D9
4#B5DEDE
5#C1E4E4
6#CDE9E9
7#DAEFEF
8#E6F4F4
9#F3FAFA
Tones
Muted variations
1#86C5C5
2#8AC2C2
3#8DBEBE
4#91BBBB
5#94B7B7
6#98B4B4
7#9BB0B0
8#9FADAD
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 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDB #ADDBDB | BordersInactive statesPlaceholder text |
| 400 | 83C9 #83C9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB9 #5FB9B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 449C #449C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367C #367C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2759 #275959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1939 #193939 | 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: #D1EBEB;
--sky-blue-300: #ADDBDB;
--sky-blue-400: #83C9C9;
--sky-blue-500: #5FB9B9;
--sky-blue-600: #449C9C;
--sky-blue-700: #367C7C;
--sky-blue-800: #275959;
--sky-blue-900: #193939;
--sky-blue-950: #102323;
}