Sky Blue
#97D2F2
BlueColor Codes
All color formats for development
HEX
#97D2F2RGB
rgb(151, 210, 242)HSL
hsl(201, 78%, 77%)OKLCH
oklch(0.835 0.075 232.5)CMYK
cmyk(38%, 13%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74C3EE
2#51B4E9
3#2EA5E5
4#1A91D2
5#1679AF
6#11618C
7#0D4969
8#093046
9#041823
Tints
Lighter variations
1#A1D7F3
2#ABDBF5
3#B6E0F6
4#C0E4F7
5#CBE9F9
6#D5EDFA
7#E0F2FB
8#EAF6FC
9#F5FBFE
Tones
Muted variations
1#9BD1EE
2#A0CFE9
3#A4CEE4
4#A9CDE0
5#ADCBDB
6#B2CAD7
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 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D2 #97D2F2 | BordersInactive statesPlaceholder text |
| 400 | 60BB #60BBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33A7 #33A7E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198A #198AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 146E #146E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4F #0E4F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | 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: #C4E6F8;
--sky-blue-300: #97D2F2;
--sky-blue-400: #60BBEB;
--sky-blue-500: #33A7E6;
--sky-blue-600: #198AC8;
--sky-blue-700: #146E9F;
--sky-blue-800: #0E4F71;
--sky-blue-900: #093249;
--sky-blue-950: #061F2D;
}