Sky Blue
#9FDFE9
CyanColor Codes
All color formats for development
HEX
#9FDFE9RGB
rgb(159, 223, 233)HSL
hsl(188, 63%, 77%)OKLCH
oklch(0.864 0.066 208.1)CMYK
cmyk(32%, 4%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FD5E2
2#5FCADB
3#3FC0D4
4#2CACC0
5#2490A0
6#1D7380
7#165660
8#0F3940
9#071D20
Tints
Lighter variations
1#A9E3EB
2#B3E6EE
3#BCE9F0
4#C6ECF2
5#CFEFF4
6#D9F2F6
7#E2F6F8
8#ECF9FB
9#F5FCFD
Tones
Muted variations
1#A3DDE6
2#A7DAE2
3#AAD7DE
4#AED5DB
5#B2D2D7
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 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECF #6ECFDE | Disabled statesSecondary iconsMuted text |
| 500 | 44C1 #44C1D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA4 #2AA4B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2182 #218291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185D #185D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | 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: #C9EDF3;
--sky-blue-300: #9FDFE9;
--sky-blue-400: #6ECFDE;
--sky-blue-500: #44C1D5;
--sky-blue-600: #2AA4B7;
--sky-blue-700: #218291;
--sky-blue-800: #185D68;
--sky-blue-900: #0F3C43;
--sky-blue-950: #09252A;
}