Sky Blue
#81A6CA
BlueColor Codes
All color formats for development
HEX
#81A6CARGB
rgb(129, 166, 202)HSL
hsl(210, 41%, 65%)OKLCH
oklch(0.711 0.067 248.1)CMYK
cmyk(36%, 18%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A95C1
2#5285B7
3#4474A4
4#3B638C
5#315375
6#27425D
7#1D3246
8#14212F
9#0A1117
Tints
Lighter variations
1#8EAFD0
2#9AB8D5
3#A7C1DA
4#B3C9DF
5#C0D2E5
6#CDDBEA
7#D9E4EF
8#E6EDF4
9#F2F6FA
Tones
Muted variations
1#85A6C7
2#88A6C3
3#8CA6BF
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 | ACC4 #ACC4DC | BordersInactive statesPlaceholder text |
| 400 | 81A6 #81A6CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D8C #5D8CBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4270 #42709E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3559 #35597E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2640 #26405A | 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: #ACC4DC;
--sky-blue-400: #81A6CA;
--sky-blue-500: #5D8CBB;
--sky-blue-600: #42709E;
--sky-blue-700: #35597E;
--sky-blue-800: #26405A;
--sky-blue-900: #18293A;
--sky-blue-950: #0F1A24;
}