Sky Blue
#97D5F2
BlueColor Codes
All color formats for development
HEX
#97D5F2RGB
rgb(151, 213, 242)HSL
hsl(199, 78%, 77%)OKLCH
oklch(0.841 0.075 228.7)CMYK
cmyk(38%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74C7EE
2#51B9E9
3#2EABE5
4#1A98D2
5#167EAF
6#11658C
7#0D4C69
8#093346
9#041923
Tints
Lighter variations
1#A1D9F3
2#ABDDF5
3#B6E2F6
4#C0E6F7
5#CBEAF9
6#D5EEFA
7#E0F2FB
8#EAF7FC
9#F5FBFE
Tones
Muted variations
1#9BD3EE
2#A0D2E9
3#A4D0E4
4#A9CEE0
5#ADCDDB
6#B2CBD7
7#B7C9D2
8#BBC8CD
9#C0C6C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D5 #97D5F2 | BordersInactive statesPlaceholder text |
| 400 | 60BF #60BFEB | Disabled statesSecondary iconsMuted text |
| 500 | 33AD #33ADE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1990 #1990C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1473 #14739F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E52 #0E5271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0934 #093449 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFD;
--sky-blue-100: #DFF2FB;
--sky-blue-200: #C4E7F8;
--sky-blue-300: #97D5F2;
--sky-blue-400: #60BFEB;
--sky-blue-500: #33ADE6;
--sky-blue-600: #1990C8;
--sky-blue-700: #14739F;
--sky-blue-800: #0E5271;
--sky-blue-900: #093449;
--sky-blue-950: #06212D;
}