Sky Blue
#81A0CA
BlueColor Codes
All color formats for development
HEX
#81A0CARGB
rgb(129, 160, 202)HSL
hsl(215, 41%, 65%)OKLCH
oklch(0.698 0.071 256.1)CMYK
cmyk(36%, 21%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8EC1
2#527CB7
3#446CA4
4#3B5D8C
5#314D75
6#273E5D
7#1D2E46
8#141F2F
9#0A0F17
Tints
Lighter variations
1#8EA9D0
2#9AB3D5
3#A7BCDA
4#B3C6DF
5#C0CFE5
6#CDD9EA
7#D9E2EF
8#E6ECF4
9#F2F5FA
Tones
Muted variations
1#85A0C7
2#88A1C3
3#8CA1BF
4#90A2BC
5#93A3B8
6#97A3B4
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 | ACC0 #ACC0DC | BordersInactive statesPlaceholder text |
| 400 | 81A0 #81A0CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D84 #5D84BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4269 #42699E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3553 #35537E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 263B #263B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1826 #18263A | 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: #ACC0DC;
--sky-blue-400: #81A0CA;
--sky-blue-500: #5D84BB;
--sky-blue-600: #42699E;
--sky-blue-700: #35537E;
--sky-blue-800: #263B5A;
--sky-blue-900: #18263A;
--sky-blue-950: #0F1824;
}