Sky Blue
#8CAEC0
BlueColor Codes
All color formats for development
HEX
#8CAEC0RGB
rgb(140, 174, 192)HSL
hsl(201, 29%, 65%)OKLCH
oklch(0.732 0.045 231.2)CMYK
cmyk(27%, 9%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#769EB4
2#618FA8
3#527E96
4#476C80
5#3B5A6B
6#2F4856
7#233640
8#18242B
9#0C1215
Tints
Lighter variations
1#97B6C6
2#A3BECC
3#AEC6D3
4#BACED9
5#C5D6DF
6#D1DEE6
7#DCE7EC
8#E8EFF2
9#F3F7F9
Tones
Muted variations
1#8EADBD
2#91ACBA
3#94ABB8
4#96AAB5
5#99AAB3
6#9BA9B0
7#9EA8AE
8#A1A7AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E1 #D4E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C9 #B3C9D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAE #8CAEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B96 #6B96AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507A #507A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F61 #3F6173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D45 #2D4552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2C #1D2C35 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F8FA;
--sky-blue-100: #E8EFF2;
--sky-blue-200: #D4E1E7;
--sky-blue-300: #B3C9D5;
--sky-blue-400: #8CAEC0;
--sky-blue-500: #6B96AE;
--sky-blue-600: #507A91;
--sky-blue-700: #3F6173;
--sky-blue-800: #2D4552;
--sky-blue-900: #1D2C35;
--sky-blue-950: #121C21;
}