Sky Blue
#9FD1E9
BlueColor Codes
All color formats for development
HEX
#9FD1E9RGB
rgb(159, 209, 233)HSL
hsl(199, 63%, 77%)OKLCH
oklch(0.834 0.062 229)CMYK
cmyk(32%, 10%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FC3E2
2#5FB4DB
3#3FA5D4
4#2C91C0
5#2479A0
6#1D6180
7#164960
8#0F3040
9#071820
Tints
Lighter variations
1#A9D6EB
2#B3DBEE
3#BCDFF0
4#C6E4F2
5#CFE8F4
6#D9EDF6
7#E2F1F8
8#ECF6FB
9#F5FAFD
Tones
Muted variations
1#A3D1E6
2#A7CFE2
3#AACEDE
4#AECCDB
5#B2CBD7
6#B6CAD3
7#B9C8CF
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 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD2 #9FD2E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBA #6EBADE | Disabled statesSecondary iconsMuted text |
| 500 | 44A7 #44A7D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8A #2A8AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 216E #216E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 184E #184E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | 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: #C9E6F3;
--sky-blue-300: #9FD2E9;
--sky-blue-400: #6EBADE;
--sky-blue-500: #44A7D5;
--sky-blue-600: #2A8AB7;
--sky-blue-700: #216E91;
--sky-blue-800: #184E68;
--sky-blue-900: #0F3243;
--sky-blue-950: #091F2A;
}