Sky Blue
#97AAF2
BlueColor Codes
All color formats for development
HEX
#97AAF2RGB
rgb(151, 170, 242)HSL
hsl(227, 78%, 77%)OKLCH
oklch(0.751 0.106 272.3)CMYK
cmyk(38%, 30%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#748EEE
2#5172E9
3#2E55E5
4#1A42D2
5#1637AF
6#112C8C
7#0D2169
8#091646
9#040B23
Tints
Lighter variations
1#A1B3F3
2#ABBBF5
3#B6C4F6
4#C0CCF7
5#CBD5F9
6#D5DDFA
7#E0E6FB
8#EAEEFC
9#F5F7FE
Tones
Muted variations
1#9BADEE
2#A0B0E9
3#A4B2E4
4#A9B5E0
5#ADB7DB
6#B2BAD7
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 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AA #97AAF2 | BordersInactive statesPlaceholder text |
| 400 | 607E #607EEB | Disabled statesSecondary iconsMuted text |
| 500 | 335A #335AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 193F #193FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1432 #14329F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E24 #0E2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FD;
--sky-blue-100: #DFE5FB;
--sky-blue-200: #C4CFF8;
--sky-blue-300: #97AAF2;
--sky-blue-400: #607EEB;
--sky-blue-500: #335AE6;
--sky-blue-600: #193FC8;
--sky-blue-700: #14329F;
--sky-blue-800: #0E2471;
--sky-blue-900: #091749;
--sky-blue-950: #060E2D;
}