Sky Blue
#9FD4E9
BlueColor Codes
All color formats for development
HEX
#9FD4E9RGB
rgb(159, 212, 233)HSL
hsl(197, 63%, 77%)OKLCH
oklch(0.84 0.062 224.3)CMYK
cmyk(32%, 9%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FC6E2
2#5FB8DB
3#3FAAD4
4#2C96C0
5#247DA0
6#1D6480
7#164B60
8#0F3240
9#071920
Tints
Lighter variations
1#A9D9EB
2#B3DDEE
3#BCE1F0
4#C6E5F2
5#CFEAF4
6#D9EEF6
7#E2F2F8
8#ECF6FB
9#F5FBFD
Tones
Muted variations
1#A3D3E6
2#A7D1E2
3#AAD0DE
4#AECEDB
5#B2CCD7
6#B6CBD3
7#B9C9CF
8#BDC8CC
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 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD4 #9FD4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBE #6EBEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44AC #44ACD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8F #2A8FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2172 #217291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1851 #185168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | 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: #C9E7F3;
--sky-blue-300: #9FD4E9;
--sky-blue-400: #6EBEDE;
--sky-blue-500: #44ACD5;
--sky-blue-600: #2A8FB7;
--sky-blue-700: #217291;
--sky-blue-800: #185168;
--sky-blue-900: #0F3443;
--sky-blue-950: #09202A;
}