Sky Blue
#98CCF0
BlueColor Codes
All color formats for development
HEX
#98CCF0RGB
rgb(152, 204, 240)HSL
hsl(205, 75%, 77%)OKLCH
oklch(0.822 0.074 239)CMYK
cmyk(37%, 15%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76BBEB
2#54A9E7
3#3198E2
4#1D85CE
5#196EAC
6#145889
7#0F4267
8#0A2C45
9#051622
Tints
Lighter variations
1#A3D1F2
2#ADD6F3
3#B7DBF5
4#C1E0F6
5#CCE5F8
6#D6EAF9
7#E0F0FB
8#EAF5FC
9#F5FAFE
Tones
Muted variations
1#9DCBEC
2#A1CAE8
3#A6C9E3
4#AAC9DF
5#AEC8DA
6#B3C7D6
7#B7C7D2
8#BCC6CD
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E2 #C5E2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CC #98CCF0 | BordersInactive statesPlaceholder text |
| 400 | 63B1 #63B1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 369B #369BE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C7E #1C7EC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1664 #16649C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1048 #104870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2E #0A2E47 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E0EFFB;
--sky-blue-200: #C5E2F7;
--sky-blue-300: #98CCF0;
--sky-blue-400: #63B1E9;
--sky-blue-500: #369BE2;
--sky-blue-600: #1C7EC4;
--sky-blue-700: #16649C;
--sky-blue-800: #104870;
--sky-blue-900: #0A2E47;
--sky-blue-950: #061D2D;
}