Sky Blue
#8DBFBF
CyanColor Codes
All color formats for development
HEX
#8DBFBFRGB
rgb(141, 191, 191)HSL
hsl(180, 28%, 65%)OKLCH
oklch(0.77 0.052 196.1)CMYK
cmyk(26%, 0%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78B3B3
2#62A7A7
3#549595
4#487F7F
5#3C6A6A
6#305555
7#244040
8#182A2A
9#0C1515
Tints
Lighter variations
1#98C5C5
2#A4CCCC
3#AFD2D2
4#BAD8D8
5#C6DFDF
6#D1E5E5
7#DDECEC
8#E8F2F2
9#F4F9F9
Tones
Muted variations
1#8FBCBC
2#92BABA
3#94B7B7
4#97B5B5
5#99B2B2
6#9CB0B0
7#9EADAD
8#A1ABAB
9#A3A8A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D5 #B4D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBF #8DBFBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CAC #6CACAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5190 #519090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4072 #407272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E52 #2E5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D34 #1D3434 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9F9;
--sky-blue-100: #E8F2F2;
--sky-blue-200: #D5E7E7;
--sky-blue-300: #B4D5D5;
--sky-blue-400: #8DBFBF;
--sky-blue-500: #6CACAC;
--sky-blue-600: #519090;
--sky-blue-700: #407272;
--sky-blue-800: #2E5252;
--sky-blue-900: #1D3434;
--sky-blue-950: #122121;
}