Sky Blue
#97CCF2
BlueColor Codes
All color formats for development
HEX
#97CCF2RGB
rgb(151, 204, 242)HSL
hsl(205, 78%, 77%)OKLCH
oklch(0.822 0.077 240)CMYK
cmyk(38%, 16%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74BBEE
2#51AAE9
3#2E99E5
4#1A85D2
5#166FAF
6#11598C
7#0D4369
8#092C46
9#041623
Tints
Lighter variations
1#A1D1F3
2#ABD6F5
3#B6DBF6
4#C0E0F7
5#CBE5F9
6#D5EBFA
7#E0F0FB
8#EAF5FC
9#F5FAFE
Tones
Muted variations
1#9BCBEE
2#A0CAE9
3#A4CAE4
4#A9C9E0
5#ADC8DB
6#B2C7D7
7#B7C7D2
8#BBC6CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CC #97CCF2 | BordersInactive statesPlaceholder text |
| 400 | 60B1 #60B1EB | Disabled statesSecondary iconsMuted text |
| 500 | 339B #339BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197F #197FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1465 #14659F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E48 #0E4871 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEFFB;
--sky-blue-200: #C4E2F8;
--sky-blue-300: #97CCF2;
--sky-blue-400: #60B1EB;
--sky-blue-500: #339BE6;
--sky-blue-600: #197FC8;
--sky-blue-700: #14659F;
--sky-blue-800: #0E4871;
--sky-blue-900: #092E49;
--sky-blue-950: #061D2D;
}