Sky Blue
#97ACF2
BlueColor Codes
All color formats for development
HEX
#97ACF2RGB
rgb(151, 172, 242)HSL
hsl(226, 78%, 77%)OKLCH
oklch(0.755 0.104 271)CMYK
cmyk(38%, 29%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7490EE
2#5174E9
3#2E59E5
4#1A45D2
5#1639AF
6#112E8C
7#0D2269
8#091746
9#040B23
Tints
Lighter variations
1#A1B4F3
2#ABBDF5
3#B6C5F6
4#C0CDF7
5#CBD5F9
6#D5DEFA
7#E0E6FB
8#EAEEFC
9#F5F7FE
Tones
Muted variations
1#9BAEEE
2#A0B1E9
3#A4B3E4
4#A9B6E0
5#ADB8DB
6#B2BBD7
7#B7BDD2
8#BBBFCD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE6 #DFE6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D0 #C4D0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AC #97ACF2 | BordersInactive statesPlaceholder text |
| 400 | 6081 #6081EB | Disabled statesSecondary iconsMuted text |
| 500 | 335D #335DE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1942 #1942C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1434 #14349F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E25 #0E2571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0918 #091849 | Primary textHigh emphasis contentDark headings |
| 950 | 060F #060F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE6FB;
--sky-blue-200: #C4D0F8;
--sky-blue-300: #97ACF2;
--sky-blue-400: #6081EB;
--sky-blue-500: #335DE6;
--sky-blue-600: #1942C8;
--sky-blue-700: #14349F;
--sky-blue-800: #0E2571;
--sky-blue-900: #091849;
--sky-blue-950: #060F2D;
}