Sky Blue
#83BEC9
CyanColor Codes
All color formats for development
HEX
#83BEC9RGB
rgb(131, 190, 201)HSL
hsl(189, 39%, 65%)OKLCH
oklch(0.765 0.063 210.4)CMYK
cmyk(35%, 5%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6CB2BE
2#55A6B4
3#4794A1
4#3D7F8A
5#336973
6#28545C
7#1E3F45
8#142A2E
9#0A1517
Tints
Lighter variations
1#8FC5CE
2#9CCBD3
3#A8D2D9
4#B5D8DE
5#C1DFE4
6#CDE5E9
7#DAECEF
8#E6F2F4
9#F3F9FA
Tones
Muted variations
1#86BCC5
2#8AB9C2
3#8DB7BE
4#91B4BB
5#94B2B7
6#98AFB4
7#9BADB0
8#9FABAD
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 | D1E7 #D1E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD4 #ADD4DB | BordersInactive statesPlaceholder text |
| 400 | 83BE #83BEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAC #5FACB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448F #448F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3672 #36727C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2751 #275159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1934 #193439 | 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: #D1E7EB;
--sky-blue-300: #ADD4DB;
--sky-blue-400: #83BEC9;
--sky-blue-500: #5FACB9;
--sky-blue-600: #448F9C;
--sky-blue-700: #36727C;
--sky-blue-800: #275159;
--sky-blue-900: #193439;
--sky-blue-950: #102023;
}