Sky Blue
#8DBDBF
CyanColor Codes
All color formats for development
HEX
#8DBDBFRGB
rgb(141, 189, 191)HSL
hsl(182, 28%, 65%)OKLCH
oklch(0.765 0.051 199.4)CMYK
cmyk(26%, 1%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78B1B3
2#62A5A7
3#549295
4#487D7F
5#3C696A
6#305455
7#243F40
8#182A2A
9#0C1515
Tints
Lighter variations
1#98C4C5
2#A4CACC
3#AFD1D2
4#BAD7D8
5#C6DEDF
6#D1E5E5
7#DDEBEC
8#E8F2F2
9#F4F8F9
Tones
Muted variations
1#8FBBBC
2#92B8BA
3#94B6B7
4#97B4B5
5#99B1B2
6#9CAFB0
7#9EADAD
8#A1AAAB
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 | B4D4 #B4D4D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBD #8DBDBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CAA #6CAAAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518E #518E90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4071 #407172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E50 #2E5052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3334 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | 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: #B4D4D5;
--sky-blue-400: #8DBDBF;
--sky-blue-500: #6CAAAC;
--sky-blue-600: #518E90;
--sky-blue-700: #407172;
--sky-blue-800: #2E5052;
--sky-blue-900: #1D3334;
--sky-blue-950: #122021;
}