Sky Blue
#83BDC9
CyanColor Codes
All color formats for development
HEX
#83BDC9RGB
rgb(131, 189, 201)HSL
hsl(190, 39%, 65%)OKLCH
oklch(0.763 0.062 211.9)CMYK
cmyk(35%, 6%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB1BE
2#55A4B4
3#4792A1
4#3D7D8A
5#336873
6#28545C
7#1E3F45
8#142A2E
9#0A1517
Tints
Lighter variations
1#8FC4CE
2#9CCAD3
3#A8D1D9
4#B5D7DE
5#C1DEE4
6#CDE5E9
7#DAEBEF
8#E6F2F4
9#F3F8FA
Tones
Muted variations
1#86BBC5
2#8AB8C2
3#8DB6BE
4#91B4BB
5#94B1B7
6#98AFB4
7#9BADB0
8#9FAAAD
9#A2A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD4 #ADD4DB | BordersInactive statesPlaceholder text |
| 400 | 83BD #83BDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAA #5FAAB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448D #448D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3670 #36707C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2750 #275059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1933 #193339 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FA;
--sky-blue-100: #E6F2F4;
--sky-blue-200: #D1E6EB;
--sky-blue-300: #ADD4DB;
--sky-blue-400: #83BDC9;
--sky-blue-500: #5FAAB9;
--sky-blue-600: #448D9C;
--sky-blue-700: #36707C;
--sky-blue-800: #275059;
--sky-blue-900: #193339;
--sky-blue-950: #102023;
}