Sky Blue
#A197F2
BlueColor Codes
All color formats for development
HEX
#A197F2RGB
rgb(161, 151, 242)HSL
hsl(247, 78%, 77%)OKLCH
oklch(0.722 0.13 287.7)CMYK
cmyk(33%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8274EE
2#6351E9
3#432EE5
4#2F1AD2
5#2716AF
6#20118C
7#180D69
8#100946
9#080423
Tints
Lighter variations
1#ABA1F3
2#B4ABF5
3#BDB6F6
4#C7C0F7
5#D0CBF9
6#DAD5FA
7#E3E0FB
8#ECEAFC
9#F6F5FE
Tones
Muted variations
1#A59BEE
2#A8A0E9
3#ACA4E4
4#AFA9E0
5#B3ADDB
6#B6B2D7
7#BAB7D2
8#BDBBCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A197 #A197F2 | BordersInactive statesPlaceholder text |
| 400 | 7060 #7060EB | Disabled statesSecondary iconsMuted text |
| 500 | 4833 #4833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D19 #2D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2414 #24149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0E #1A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F1FD;
--sky-blue-100: #E2DFFB;
--sky-blue-200: #CAC4F8;
--sky-blue-300: #A197F2;
--sky-blue-400: #7060EB;
--sky-blue-500: #4833E6;
--sky-blue-600: #2D19C8;
--sky-blue-700: #24149F;
--sky-blue-800: #1A0E71;
--sky-blue-900: #100949;
--sky-blue-950: #0A062D;
}