Sky Blue
#97C4F2
BlueColor Codes
All color formats for development
HEX
#97C4F2RGB
rgb(151, 196, 242)HSL
hsl(210, 78%, 77%)OKLCH
oklch(0.805 0.081 249.4)CMYK
cmyk(38%, 19%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74B1EE
2#519DE9
3#2E89E5
4#1A76D2
5#1662AF
6#114F8C
7#0D3B69
8#092746
9#041423
Tints
Lighter variations
1#A1CAF3
2#ABD0F5
3#B6D6F6
4#C0DCF7
5#CBE2F9
6#D5E8FA
7#E0EDFB
8#EAF3FC
9#F5F9FE
Tones
Muted variations
1#9BC4EE
2#A0C4E9
3#A4C4E4
4#A9C4E0
5#ADC4DB
6#B2C4D7
7#B7C4D2
8#BBC4CD
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DE #C4DEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C4 #97C4F2 | BordersInactive statesPlaceholder text |
| 400 | 60A6 #60A6EB | Disabled statesSecondary iconsMuted text |
| 500 | 338C #338CE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1970 #1970C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1459 #14599F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E40 #0E4071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0929 #092949 | Primary textHigh emphasis contentDark headings |
| 950 | 061A #061A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FD;
--sky-blue-100: #DFEDFB;
--sky-blue-200: #C4DEF8;
--sky-blue-300: #97C4F2;
--sky-blue-400: #60A6EB;
--sky-blue-500: #338CE6;
--sky-blue-600: #1970C8;
--sky-blue-700: #14599F;
--sky-blue-800: #0E4071;
--sky-blue-900: #092949;
--sky-blue-950: #061A2D;
}