Sky Blue
#9FDEE9
CyanColor Codes
All color formats for development
HEX
#9FDEE9RGB
rgb(159, 222, 233)HSL
hsl(189, 63%, 77%)OKLCH
oklch(0.862 0.065 209.5)CMYK
cmyk(32%, 5%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FD3E2
2#5FC8DB
3#3FBDD4
4#2CAAC0
5#248DA0
6#1D7180
7#165560
8#0F3940
9#071C20
Tints
Lighter variations
1#A9E1EB
2#B3E5EE
3#BCE8F0
4#C6EBF2
5#CFEFF4
6#D9F2F6
7#E2F5F8
8#ECF8FB
9#F5FCFD
Tones
Muted variations
1#A3DCE6
2#A7D9E2
3#AAD6DE
4#AED4DB
5#B2D1D7
6#B6CFD3
7#B9CCCF
8#BDCACC
9#C1C7C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDE #9FDEE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECD #6ECDDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BF #44BFD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA2 #2AA2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2181 #218191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185C #185C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F5F8;
--sky-blue-200: #C9ECF3;
--sky-blue-300: #9FDEE9;
--sky-blue-400: #6ECDDE;
--sky-blue-500: #44BFD5;
--sky-blue-600: #2AA2B7;
--sky-blue-700: #218191;
--sky-blue-800: #185C68;
--sky-blue-900: #0F3B43;
--sky-blue-950: #09252A;
}