Sky Blue
#8EBEBE
CyanColor Codes
All color formats for development
HEX
#8EBEBERGB
rgb(142, 190, 190)HSL
hsl(180, 27%, 65%)OKLCH
oklch(0.768 0.051 196.1)CMYK
cmyk(25%, 0%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79B2B2
2#64A6A6
3#559393
4#497E7E
5#3C6969
6#305454
7#243F3F
8#182A2A
9#0C1515
Tints
Lighter variations
1#99C4C4
2#A4CBCB
3#B0D1D1
4#BBD8D8
5#C6DEDE
6#D2E5E5
7#DDEBEB
8#E8F2F2
9#F4F8F8
Tones
Muted variations
1#90BBBB
2#92B9B9
3#95B7B7
4#97B4B4
5#9AB2B2
6#9CAFAF
7#9FADAD
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 | B5D4 #B5D4D4 | BordersInactive statesPlaceholder text |
| 400 | 8EBE #8EBEBE | Disabled statesSecondary iconsMuted text |
| 500 | 6DAB #6DABAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 528E #528E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4171 #417171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F51 #2F5151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E34 #1E3434 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | 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: #B5D4D4;
--sky-blue-400: #8EBEBE;
--sky-blue-500: #6DABAB;
--sky-blue-600: #528E8E;
--sky-blue-700: #417171;
--sky-blue-800: #2F5151;
--sky-blue-900: #1E3434;
--sky-blue-950: #132020;
}