Sky Blue
#8DBBBF
CyanColor Codes
All color formats for development
HEX
#8DBBBFRGB
rgb(141, 187, 191)HSL
hsl(185, 28%, 65%)OKLCH
oklch(0.761 0.049 202.9)CMYK
cmyk(26%, 2%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78AEB3
2#62A1A7
3#548F95
4#487B7F
5#3C666A
6#305255
7#243D40
8#18292A
9#0C1415
Tints
Lighter variations
1#98C1C5
2#A4C8CC
3#AFCFD2
4#BAD6D8
5#C6DDDF
6#D1E4E5
7#DDEAEC
8#E8F1F2
9#F4F8F9
Tones
Muted variations
1#8FB8BC
2#92B6BA
3#94B4B7
4#97B2B5
5#99B0B2
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 | B4D2 #B4D2D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBB #8DBBBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA7 #6CA7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518A #518A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406E #406E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4F #2E4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3234 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | 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: #B4D2D5;
--sky-blue-400: #8DBBBF;
--sky-blue-500: #6CA7AC;
--sky-blue-600: #518A90;
--sky-blue-700: #406E72;
--sky-blue-800: #2E4F52;
--sky-blue-900: #1D3234;
--sky-blue-950: #121F21;
}