Sky Blue
#97D4F2
BlueColor Codes
All color formats for development
HEX
#97D4F2RGB
rgb(151, 212, 242)HSL
hsl(200, 78%, 77%)OKLCH
oklch(0.839 0.075 230)CMYK
cmyk(38%, 12%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74C5EE
2#51B7E9
3#2EA8E5
4#1A94D2
5#167CAF
6#11638C
7#0D4A69
8#093146
9#041923
Tints
Lighter variations
1#A1D8F3
2#ABDCF5
3#B6E1F6
4#C0E5F7
5#CBE9F9
6#D5EEFA
7#E0F2FB
8#EAF6FC
9#F5FBFE
Tones
Muted variations
1#9BD2EE
2#A0D1E9
3#A4CFE4
4#A9CDE0
5#ADCCDB
6#B2CAD7
7#B7C9D2
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 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D4 #97D4F2 | BordersInactive statesPlaceholder text |
| 400 | 60BD #60BDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33AA #33AAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198D #198DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1470 #14709F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E50 #0E5071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0933 #093349 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FD;
--sky-blue-100: #DFF2FB;
--sky-blue-200: #C4E6F8;
--sky-blue-300: #97D4F2;
--sky-blue-400: #60BDEB;
--sky-blue-500: #33AAE6;
--sky-blue-600: #198DC8;
--sky-blue-700: #14709F;
--sky-blue-800: #0E5071;
--sky-blue-900: #093349;
--sky-blue-950: #06202D;
}