Sky Blue
#97B1F2
BlueColor Codes
All color formats for development
HEX
#97B1F2RGB
rgb(151, 177, 242)HSL
hsl(223, 78%, 77%)OKLCH
oklch(0.765 0.098 267.3)CMYK
cmyk(38%, 27%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7496EE
2#517CE9
3#2E62E5
4#1A4ED2
5#1641AF
6#11348C
7#0D2769
8#091A46
9#040D23
Tints
Lighter variations
1#A1B8F3
2#ABC0F5
3#B6C8F6
4#C0D0F7
5#CBD8F9
6#D5E0FA
7#E0E7FB
8#EAEFFC
9#F5F7FE
Tones
Muted variations
1#9BB3EE
2#A0B4E9
3#A4B6E4
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 | C4D3 #C4D3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B1 #97B1F2 | BordersInactive statesPlaceholder text |
| 400 | 6088 #6088EB | Disabled statesSecondary iconsMuted text |
| 500 | 3365 #3365E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 194A #194AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 143B #143B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2A #0E2A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091B #091B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0611 #06112D | 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: #C4D3F8;
--sky-blue-300: #97B1F2;
--sky-blue-400: #6088EB;
--sky-blue-500: #3365E6;
--sky-blue-600: #194AC8;
--sky-blue-700: #143B9F;
--sky-blue-800: #0E2A71;
--sky-blue-900: #091B49;
--sky-blue-950: #06112D;
}