Sky Blue
#81A2CA
BlueColor Codes
All color formats for development
HEX
#81A2CARGB
rgb(129, 162, 202)HSL
hsl(213, 41%, 65%)OKLCH
oklch(0.702 0.069 253.5)CMYK
cmyk(36%, 20%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A91C1
2#5280B7
3#446FA4
4#3B5F8C
5#314F75
6#27405D
7#1D3046
8#14202F
9#0A1017
Tints
Lighter variations
1#8EABD0
2#9AB5D5
3#A7BEDA
4#B3C7DF
5#C0D1E5
6#CDDAEA
7#D9E3EF
8#E6ECF4
9#F2F6FA
Tones
Muted variations
1#85A2C7
2#88A3C3
3#8CA3BF
4#90A4BC
5#93A4B8
6#97A4B4
7#9BA5B1
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 | ACC2 #ACC2DC | BordersInactive statesPlaceholder text |
| 400 | 81A2 #81A2CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D88 #5D88BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 426C #426C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3556 #35567E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263D #263D5A | 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: #ACC2DC;
--sky-blue-400: #81A2CA;
--sky-blue-500: #5D88BB;
--sky-blue-600: #426C9E;
--sky-blue-700: #35567E;
--sky-blue-800: #263D5A;
--sky-blue-900: #18273A;
--sky-blue-950: #0F1824;
}