Sky Blue
#81A7CA
BlueColor Codes
All color formats for development
HEX
#81A7CARGB
rgb(129, 167, 202)HSL
hsl(209, 41%, 65%)OKLCH
oklch(0.713 0.066 246.7)CMYK
cmyk(36%, 17%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A97C1
2#5286B7
3#4476A4
4#3B658C
5#315475
6#27435D
7#1D3246
8#14222F
9#0A1117
Tints
Lighter variations
1#8EB0D0
2#9AB9D5
3#A7C1DA
4#B3CADF
5#C0D3E5
6#CDDCEA
7#D9E5EF
8#E6EDF4
9#F2F6FA
Tones
Muted variations
1#85A7C7
2#88A7C3
3#8CA7BF
4#90A6BC
5#93A6B8
6#97A6B4
7#9BA6B1
8#9EA6AD
9#A2A6A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC5 #ACC5DC | BordersInactive statesPlaceholder text |
| 400 | 81A7 #81A7CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8E #5D8EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4272 #42729E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355A #355A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2641 #26415A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #18293A | 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: #F4F7FA;
--sky-blue-100: #E6EDF4;
--sky-blue-200: #D0DEEB;
--sky-blue-300: #ACC5DC;
--sky-blue-400: #81A7CA;
--sky-blue-500: #5D8EBB;
--sky-blue-600: #42729E;
--sky-blue-700: #355A7E;
--sky-blue-800: #26415A;
--sky-blue-900: #18293A;
--sky-blue-950: #0F1A24;
}