Sky Blue
#85B8C7
CyanColor Codes
All color formats for development
HEX
#85B8C7RGB
rgb(133, 184, 199)HSL
hsl(194, 37%, 65%)OKLCH
oklch(0.752 0.058 218)CMYK
cmyk(33%, 8%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6EAABC
2#579DB2
3#498B9F
4#3F7788
5#346372
6#2A4F5B
7#1F3C44
8#15282D
9#0A1417
Tints
Lighter variations
1#91BFCC
2#9DC6D2
3#A9CDD8
4#B6D4DD
5#C2DBE3
6#CEE2E9
7#DAEAEE
8#E7F1F4
9#F3F8F9
Tones
Muted variations
1#88B6C3
2#8BB4C0
3#8FB2BD
4#92B0BA
5#95AFB6
6#99ADB3
7#9CABB0
8#9FA9AC
9#A2A8A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0DA | BordersInactive statesPlaceholder text |
| 400 | 85B7 #85B7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A3 #62A3B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4786 #47869A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386B #386B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284C #284C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3138 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F5F9FA;
--sky-blue-100: #E7F1F4;
--sky-blue-200: #D2E4EA;
--sky-blue-300: #AFD0DA;
--sky-blue-400: #85B7C7;
--sky-blue-500: #62A3B7;
--sky-blue-600: #47869A;
--sky-blue-700: #386B7A;
--sky-blue-800: #284C57;
--sky-blue-900: #1A3138;
--sky-blue-950: #101F23;
}