Sky Blue
#95F4E2
CyanColor Codes
All color formats for development
HEX
#95F4E2RGB
rgb(149, 244, 226)HSL
hsl(169, 81%, 77%)OKLCH
oklch(0.903 0.094 180.6)CMYK
cmyk(39%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0D9
2#4EECCF
3#2AE9C6
4#16D5B2
5#13B295
6#0F8E77
7#0B6B59
8#07473B
9#04241E
Tints
Lighter variations
1#9FF5E5
2#AAF6E8
3#B5F7EB
4#BFF8EE
5#CAF9F1
6#D5FBF4
7#DFFCF6
8#EAFDF9
9#F4FEFC
Tones
Muted variations
1#9AEFDF
2#9EEADC
3#A3E6D9
4#A8E1D6
5#ADDCD3
6#B1D7D0
7#B6D3CD
8#BBCECA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4E2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEED4 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A3E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFB;
--sky-blue-100: #DFFCF6;
--sky-blue-200: #C3F9EF;
--sky-blue-300: #95F4E2;
--sky-blue-400: #5DEED4;
--sky-blue-500: #2FE9C7;
--sky-blue-600: #15CBAA;
--sky-blue-700: #11A287;
--sky-blue-800: #0C7360;
--sky-blue-900: #084A3E;
--sky-blue-950: #052E27;
}