Sky Blue
#81B7CA
BlueColor Codes
All color formats for development
HEX
#81B7CARGB
rgb(129, 183, 202)HSL
hsl(196, 41%, 65%)OKLCH
oklch(0.749 0.063 221.8)CMYK
cmyk(36%, 9%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AA9C1
2#529CB7
3#448AA4
4#3B768C
5#316375
6#274F5D
7#1D3B46
8#14272F
9#0A1417
Tints
Lighter variations
1#8EBED0
2#9AC5D5
3#A7CCDA
4#B3D4DF
5#C0DBE5
6#CDE2EA
7#D9E9EF
8#E6F1F4
9#F2F8FA
Tones
Muted variations
1#85B5C7
2#88B3C3
3#8CB2BF
4#90B0BC
5#93AEB8
6#97ADB4
7#9BABB1
8#9EA9AD
9#A2A7A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E4 #D0E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACD0 #ACD0DC | BordersInactive statesPlaceholder text |
| 400 | 81B7 #81B7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5DA2 #5DA2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4286 #42869E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 356A #356A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264C #264C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1831 #18313A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F9FA;
--sky-blue-100: #E6F1F4;
--sky-blue-200: #D0E4EB;
--sky-blue-300: #ACD0DC;
--sky-blue-400: #81B7CA;
--sky-blue-500: #5DA2BB;
--sky-blue-600: #42869E;
--sky-blue-700: #356A7E;
--sky-blue-800: #264C5A;
--sky-blue-900: #18313A;
--sky-blue-950: #0F1E24;
}