Sky Blue
#9FCFE9
BlueColor Codes
All color formats for development
HEX
#9FCFE9RGB
rgb(159, 207, 233)HSL
hsl(201, 63%, 77%)OKLCH
oklch(0.83 0.062 232.1)CMYK
cmyk(32%, 11%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FC0E2
2#5FB0DB
3#3FA0D4
4#2C8CC0
5#2475A0
6#1D5D80
7#164660
8#0F2F40
9#071720
Tints
Lighter variations
1#A9D4EB
2#B3D9EE
3#BCDEF0
4#C6E2F2
5#CFE7F4
6#D9ECF6
7#E2F1F8
8#ECF5FB
9#F5FAFD
Tones
Muted variations
1#A3CEE6
2#A7CDE2
3#AACCDE
4#AECBDB
5#B2CAD7
6#B6C9D3
7#B9C8CF
8#BDC7CC
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E4 #C9E4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCF #9FCFE9 | BordersInactive statesPlaceholder text |
| 400 | 6EB7 #6EB7DE | Disabled statesSecondary iconsMuted text |
| 500 | 44A2 #44A2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A85 #2A85B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216A #216A91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184C #184C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F31 #0F3143 | Primary textHigh emphasis contentDark headings |
| 950 | 091E #091E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F9FC;
--sky-blue-100: #E2F1F8;
--sky-blue-200: #C9E4F3;
--sky-blue-300: #9FCFE9;
--sky-blue-400: #6EB7DE;
--sky-blue-500: #44A2D5;
--sky-blue-600: #2A85B7;
--sky-blue-700: #216A91;
--sky-blue-800: #184C68;
--sky-blue-900: #0F3143;
--sky-blue-950: #091E2A;
}