Sky Blue
#96F3F1
CyanColor Codes
All color formats for development
HEX
#96F3F1RGB
rgb(150, 243, 241)HSL
hsl(179, 79%, 77%)OKLCH
oklch(0.906 0.089 193.9)CMYK
cmyk(38%, 0%, 1%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#73EFEC
2#50EAE8
3#2DE6E3
4#19D3D0
5#15B0AD
6#108D8B
7#0C6968
8#084645
9#042323
Tints
Lighter variations
1#A1F4F3
2#ABF5F4
3#B6F6F5
4#C0F8F7
5#CBF9F8
6#D5FAF9
7#E0FBFB
8#EAFDFC
9#F5FEFE
Tones
Muted variations
1#9BEEED
2#9FE9E8
3#A4E5E4
4#A9E0DF
5#ADDCDB
6#B2D7D6
7#B6D2D2
8#BBCECD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3F1 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECEA | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A09D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7270 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFB;
--sky-blue-200: #C4F8F7;
--sky-blue-300: #96F3F1;
--sky-blue-400: #5FECEA;
--sky-blue-500: #32E7E4;
--sky-blue-600: #18C9C6;
--sky-blue-700: #13A09D;
--sky-blue-800: #0D7270;
--sky-blue-900: #094948;
--sky-blue-950: #052E2D;
}