Sky Blue
#81A8CA
BlueColor Codes
All color formats for development
HEX
#81A8CARGB
rgb(129, 168, 202)HSL
hsl(208, 41%, 65%)OKLCH
oklch(0.715 0.066 245.2)CMYK
cmyk(36%, 17%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A98C1
2#5288B7
3#4477A4
4#3B668C
5#315575
6#27445D
7#1D3346
8#14222F
9#0A1117
Tints
Lighter variations
1#8EB1D0
2#9ABAD5
3#A7C2DA
4#B3CBDF
5#C0D4E5
6#CDDCEA
7#D9E5EF
8#E6EEF4
9#F2F6FA
Tones
Muted variations
1#85A8C7
2#88A8C3
3#8CA7BF
4#90A7BC
5#93A7B8
6#97A7B4
7#9BA6B1
8#9EA6AD
9#A2A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DF #D0DFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC6 #ACC6DC | BordersInactive statesPlaceholder text |
| 400 | 81A8 #81A8CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8F #5D8FBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4273 #42739E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355C #355C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #26415A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4F8FA;
--sky-blue-100: #E6EEF4;
--sky-blue-200: #D0DFEB;
--sky-blue-300: #ACC6DC;
--sky-blue-400: #81A8CA;
--sky-blue-500: #5D8FBB;
--sky-blue-600: #42739E;
--sky-blue-700: #355C7E;
--sky-blue-800: #26415A;
--sky-blue-900: #182A3A;
--sky-blue-950: #0F1A24;
}