Sky Blue
#97B4F2
BlueColor Codes
All color formats for development
HEX
#97B4F2RGB
rgb(151, 180, 242)HSL
hsl(221, 78%, 77%)OKLCH
oklch(0.771 0.095 264.9)CMYK
cmyk(38%, 26%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#749AEE
2#5181E9
3#2E68E5
4#1A54D2
5#1646AF
6#11388C
7#0D2A69
8#091C46
9#040E23
Tints
Lighter variations
1#A1BBF3
2#ABC3F5
3#B6CAF6
4#C0D2F7
5#CBD9F9
6#D5E1FA
7#E0E8FB
8#EAF0FC
9#F5F7FE
Tones
Muted variations
1#9BB5EE
2#A0B7E9
3#A4B9E4
4#A9BAE0
5#ADBCDB
6#B2BED7
7#B7BFD2
8#BBC1CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D4 #C4D4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B4 #97B4F2 | BordersInactive statesPlaceholder text |
| 400 | 608C #608CEB | Disabled statesSecondary iconsMuted text |
| 500 | 336B #336BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1950 #1950C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1440 #14409F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2E #0E2E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091D #091D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0612 #06122D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F5FD;
--sky-blue-100: #DFE8FB;
--sky-blue-200: #C4D4F8;
--sky-blue-300: #97B4F2;
--sky-blue-400: #608CEB;
--sky-blue-500: #336BE6;
--sky-blue-600: #1950C8;
--sky-blue-700: #14409F;
--sky-blue-800: #0E2E71;
--sky-blue-900: #091D49;
--sky-blue-950: #06122D;
}