Sky Blue
#97D7F2
BlueColor Codes
All color formats for development
HEX
#97D7F2RGB
rgb(151, 215, 242)HSL
hsl(198, 78%, 77%)OKLCH
oklch(0.845 0.075 226.2)CMYK
cmyk(38%, 11%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74C9EE
2#51BCE9
3#2EAEE5
4#1A9BD2
5#1681AF
6#11678C
7#0D4D69
8#093446
9#041A23
Tints
Lighter variations
1#A1DBF3
2#ABDFF5
3#B6E3F6
4#C0E7F7
5#CBEBF9
6#D5EFFA
7#E0F3FB
8#EAF7FC
9#F5FBFE
Tones
Muted variations
1#9BD5EE
2#A0D3E9
3#A4D1E4
4#A9CFE0
5#ADCDDB
6#B2CCD7
7#B7CAD2
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 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D7 #97D7F2 | BordersInactive statesPlaceholder text |
| 400 | 60C2 #60C2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B0 #33B0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1993 #1993C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1475 #14759F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E54 #0E5471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | 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: #DFF3FB;
--sky-blue-200: #C4E8F8;
--sky-blue-300: #97D7F2;
--sky-blue-400: #60C2EB;
--sky-blue-500: #33B0E6;
--sky-blue-600: #1993C8;
--sky-blue-700: #14759F;
--sky-blue-800: #0E5471;
--sky-blue-900: #093649;
--sky-blue-950: #06212D;
}