Sky Blue
#81A1CA
BlueColor Codes
All color formats for development
HEX
#81A1CARGB
rgb(129, 161, 202)HSL
hsl(214, 41%, 65%)OKLCH
oklch(0.7 0.07 254.8)CMYK
cmyk(36%, 20%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8FC1
2#527EB7
3#446EA4
4#3B5E8C
5#314E75
6#273F5D
7#1D2F46
8#141F2F
9#0A1017
Tints
Lighter variations
1#8EAAD0
2#9AB4D5
3#A7BDDA
4#B3C7DF
5#C0D0E5
6#CDD9EA
7#D9E3EF
8#E6ECF4
9#F2F6FA
Tones
Muted variations
1#85A1C7
2#88A2C3
3#8CA2BF
4#90A3BC
5#93A3B8
6#97A4B4
7#9BA4B1
8#9EA5AD
9#A2A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC1 #ACC1DC | BordersInactive statesPlaceholder text |
| 400 | 81A1 #81A1CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D86 #5D86BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426A #426A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3554 #35547E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263C #263C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1827 #18273A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F7FA;
--sky-blue-100: #E6ECF4;
--sky-blue-200: #D0DCEB;
--sky-blue-300: #ACC1DC;
--sky-blue-400: #81A1CA;
--sky-blue-500: #5D86BB;
--sky-blue-600: #426A9E;
--sky-blue-700: #35547E;
--sky-blue-800: #263C5A;
--sky-blue-900: #18273A;
--sky-blue-950: #0F1824;
}