Sky Blue
#9FD3E9
BlueColor Codes
All color formats for development
HEX
#9FD3E9RGB
rgb(159, 211, 233)HSL
hsl(198, 63%, 77%)OKLCH
oklch(0.838 0.062 225.9)CMYK
cmyk(32%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FC4E2
2#5FB6DB
3#3FA7D4
4#2C93C0
5#247BA0
6#1D6280
7#164A60
8#0F3140
9#071920
Tints
Lighter variations
1#A9D8EB
2#B3DCEE
3#BCE0F0
4#C6E5F2
5#CFE9F4
6#D9EDF6
7#E2F2F8
8#ECF6FB
9#F5FBFD
Tones
Muted variations
1#A3D2E6
2#A7D0E2
3#AACFDE
4#AECDDB
5#B2CCD7
6#B6CAD3
7#B9C9CF
8#BDC7CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBC #6EBCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44A9 #44A9D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8C #2A8CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2170 #217091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1850 #185068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F2F8;
--sky-blue-200: #C9E6F3;
--sky-blue-300: #9FD3E9;
--sky-blue-400: #6EBCDE;
--sky-blue-500: #44A9D5;
--sky-blue-600: #2A8CB7;
--sky-blue-700: #217091;
--sky-blue-800: #185068;
--sky-blue-900: #0F3343;
--sky-blue-950: #09202A;
}