Sky Blue
#97C7F2
BlueColor Codes
All color formats for development
HEX
#97C7F2RGB
rgb(151, 199, 242)HSL
hsl(208, 78%, 77%)OKLCH
oklch(0.811 0.079 246)CMYK
cmyk(38%, 18%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74B5EE
2#51A2E9
3#2E90E5
4#1A7CD2
5#1667AF
6#11538C
7#0D3E69
8#092946
9#041523
Tints
Lighter variations
1#A1CDF3
2#ABD3F5
3#B6D8F6
4#C0DEF7
5#CBE3F9
6#D5E9FA
7#E0EEFB
8#EAF4FC
9#F5F9FE
Tones
Muted variations
1#9BC7EE
2#A0C7E9
3#A4C6E4
4#A9C6E0
5#ADC6DB
6#B2C6D7
7#B7C5D2
8#BBC5CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C7 #97C7F2 | BordersInactive statesPlaceholder text |
| 400 | 60AA #60AAEB | Disabled statesSecondary iconsMuted text |
| 500 | 3392 #3392E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1976 #1976C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 145E #145E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E43 #0E4371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092B #092B49 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F8FD;
--sky-blue-100: #DFEEFB;
--sky-blue-200: #C4E0F8;
--sky-blue-300: #97C7F2;
--sky-blue-400: #60AAEB;
--sky-blue-500: #3392E6;
--sky-blue-600: #1976C8;
--sky-blue-700: #145E9F;
--sky-blue-800: #0E4371;
--sky-blue-900: #092B49;
--sky-blue-950: #061B2D;
}