Sky Blue
#97AFF2
BlueColor Codes
All color formats for development
HEX
#97AFF2RGB
rgb(151, 175, 242)HSL
hsl(224, 78%, 77%)OKLCH
oklch(0.761 0.1 268.8)CMYK
cmyk(38%, 28%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7494EE
2#5179E9
3#2E5FE5
4#1A4BD2
5#163EAF
6#11328C
7#0D2569
8#091946
9#040C23
Tints
Lighter variations
1#A1B7F3
2#ABBFF5
3#B6C7F6
4#C0CFF7
5#CBD7F9
6#D5DFFA
7#E0E7FB
8#EAEFFC
9#F5F7FE
Tones
Muted variations
1#9BB1EE
2#A0B3E9
3#A4B5E4
4#A9B8E0
5#ADBADB
6#B2BCD7
7#B7BED2
8#BBC0CD
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D2 #C4D2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AF #97AFF2 | BordersInactive statesPlaceholder text |
| 400 | 6085 #6085EB | Disabled statesSecondary iconsMuted text |
| 500 | 3362 #3362E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1947 #1947C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1439 #14399F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E29 #0E2971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091A #091A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FD;
--sky-blue-100: #DFE7FB;
--sky-blue-200: #C4D2F8;
--sky-blue-300: #97AFF2;
--sky-blue-400: #6085EB;
--sky-blue-500: #3362E6;
--sky-blue-600: #1947C8;
--sky-blue-700: #14399F;
--sky-blue-800: #0E2971;
--sky-blue-900: #091A49;
--sky-blue-950: #06102D;
}