Sky Blue
#8CB7C0
CyanColor Codes
All color formats for development
HEX
#8CB7C0RGB
rgb(140, 183, 192)HSL
hsl(190, 29%, 65%)OKLCH
oklch(0.752 0.048 211.9)CMYK
cmyk(27%, 5%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76AAB4
2#619CA8
3#528A96
4#477780
5#3B636B
6#2F4F56
7#233B40
8#18282B
9#0C1415
Tints
Lighter variations
1#97BEC6
2#A3C5CC
3#AECDD3
4#BAD4D9
5#C5DBDF
6#D1E2E6
7#DCE9EC
8#E8F1F2
9#F3F8F9
Tones
Muted variations
1#8EB5BD
2#91B4BA
3#94B2B8
4#96B0B5
5#99AEB3
6#9BADB0
7#9EABAE
8#A1A9AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E4 #D4E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D0 #B3D0D5 | BordersInactive statesPlaceholder text |
| 400 | 8CB7 #8CB7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA2 #6BA2AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5086 #508691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6B #3F6B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4C #2D4C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3135 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E8F1F2;
--sky-blue-200: #D4E4E7;
--sky-blue-300: #B3D0D5;
--sky-blue-400: #8CB7C0;
--sky-blue-500: #6BA2AE;
--sky-blue-600: #508691;
--sky-blue-700: #3F6B73;
--sky-blue-800: #2D4C52;
--sky-blue-900: #1D3135;
--sky-blue-950: #121E21;
}