Sky Blue
#8DBCBF
CyanColor Codes
All color formats for development
HEX
#8DBCBFRGB
rgb(141, 188, 191)HSL
hsl(184, 28%, 65%)OKLCH
oklch(0.763 0.05 201.1)CMYK
cmyk(26%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78AFB3
2#62A2A7
3#549095
4#487C7F
5#3C676A
6#305255
7#243E40
8#18292A
9#0C1515
Tints
Lighter variations
1#98C2C5
2#A4C9CC
3#AFD0D2
4#BAD6D8
5#C6DDDF
6#D1E4E5
7#DDEBEC
8#E8F1F2
9#F4F8F9
Tones
Muted variations
1#8FB9BC
2#92B7BA
3#94B5B7
4#97B3B5
5#99B1B2
6#9CAEB0
7#9EACAD
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 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D3 #B4D3D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBB #8DBBBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA8 #6CA8AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518B #518B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406F #406F72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4F #2E4F52 | 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: #E8F1F2;
--sky-blue-200: #D5E6E7;
--sky-blue-300: #B4D3D5;
--sky-blue-400: #8DBBBF;
--sky-blue-500: #6CA8AC;
--sky-blue-600: #518B90;
--sky-blue-700: #406F72;
--sky-blue-800: #2E4F52;
--sky-blue-900: #1D3334;
--sky-blue-950: #122021;
}