Sky Blue
#97D1F2
BlueColor Codes
All color formats for development
HEX
#97D1F2RGB
rgb(151, 209, 242)HSL
hsl(202, 78%, 77%)OKLCH
oklch(0.832 0.075 233.8)CMYK
cmyk(38%, 14%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74C1EE
2#51B1E9
3#2EA2E5
4#1A8ED2
5#1677AF
6#115F8C
7#0D4769
8#092F46
9#041823
Tints
Lighter variations
1#A1D5F3
2#ABDAF5
3#B6DEF6
4#C0E3F7
5#CBE8F9
6#D5ECFA
7#E0F1FB
8#EAF6FC
9#F5FAFE
Tones
Muted variations
1#9BCFEE
2#A0CEE9
3#A4CDE4
4#A9CCE0
5#ADCADB
6#B2C9D7
7#B7C8D2
8#BBC7CD
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D1 #97D1F2 | BordersInactive statesPlaceholder text |
| 400 | 60B8 #60B8EB | Disabled statesSecondary iconsMuted text |
| 500 | 33A4 #33A4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1988 #1988C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146C #146C9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4D #0E4D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093149 | Primary textHigh emphasis contentDark headings |
| 950 | 061F #061F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF1FB;
--sky-blue-200: #C4E5F8;
--sky-blue-300: #97D1F2;
--sky-blue-400: #60B8EB;
--sky-blue-500: #33A4E6;
--sky-blue-600: #1988C8;
--sky-blue-700: #146C9F;
--sky-blue-800: #0E4D71;
--sky-blue-900: #093149;
--sky-blue-950: #061F2D;
}