Sky Blue
#9FE8E9
CyanColor Codes
All color formats for development
HEX
#9FE8E9RGB
rgb(159, 232, 233)HSL
hsl(181, 63%, 77%)OKLCH
oklch(0.884 0.072 197)CMYK
cmyk(32%, 0%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE0E2
2#5FD9DB
3#3FD1D4
4#2CBEC0
5#249EA0
6#1D7E80
7#165F60
8#0F3F40
9#072020
Tints
Lighter variations
1#A9EAEB
2#B3EDEE
3#BCEFF0
4#C6F1F2
5#CFF4F4
6#D9F6F6
7#E2F8F8
8#ECFAFB
9#F5FDFD
Tones
Muted variations
1#A3E4E6
2#A7E1E2
3#AADDDE
4#AEDADB
5#B2D6D7
6#B6D3D3
7#B9CFCF
8#BDCBCC
9#C1C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F2 #C9F2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE8 #9FE8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDC #6EDCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D2 #44D2D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB5 #2AB5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2190 #219091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1867 #186768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F42 #0F4243 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #C9F2F3;
--sky-blue-300: #9FE8E9;
--sky-blue-400: #6EDCDE;
--sky-blue-500: #44D2D5;
--sky-blue-600: #2AB5B7;
--sky-blue-700: #219091;
--sky-blue-800: #186768;
--sky-blue-900: #0F4243;
--sky-blue-950: #09292A;
}