Sky Blue
#81A9CA
BlueColor Codes
All color formats for development
HEX
#81A9CARGB
rgb(129, 169, 202)HSL
hsl(207, 41%, 65%)OKLCH
oklch(0.718 0.065 243.7)CMYK
cmyk(36%, 16%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A9AC1
2#528AB7
3#4479A4
4#3B688C
5#315675
6#27455D
7#1D3446
8#14232F
9#0A1117
Tints
Lighter variations
1#8EB2D0
2#9ABBD5
3#A7C3DA
4#B3CCDF
5#C0D4E5
6#CDDDEA
7#D9E5EF
8#E6EEF4
9#F2F6FA
Tones
Muted variations
1#85A9C7
2#88A9C3
3#8CA8BF
4#90A8BC
5#93A8B8
6#97A7B4
7#9BA7B1
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 | ACC7 #ACC7DC | BordersInactive statesPlaceholder text |
| 400 | 81A9 #81A9CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D91 #5D91BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4275 #42759E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355D #355D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2642 #26425A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182A #182A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | 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: #ACC7DC;
--sky-blue-400: #81A9CA;
--sky-blue-500: #5D91BB;
--sky-blue-600: #42759E;
--sky-blue-700: #355D7E;
--sky-blue-800: #26425A;
--sky-blue-900: #182A3A;
--sky-blue-950: #0F1B24;
}