Sky Blue
#95F4CB
GreenColor Codes
All color formats for development
HEX
#95F4CBRGB
rgb(149, 244, 203)HSL
hsl(154, 81%, 77%)OKLCH
oklch(0.897 0.108 164.8)CMYK
cmyk(39%, 0%, 17%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71F0B9
2#4EECA8
3#2AE996
4#16D583
5#13B26D
6#0F8E57
7#0B6B41
8#07472C
9#042416
Tints
Lighter variations
1#9FF5D0
2#AAF6D5
3#B5F7DA
4#BFF8E0
5#CAF9E5
6#D5FBEA
7#DFFCEF
8#EAFDF5
9#F4FEFA
Tones
Muted variations
1#9AEFCA
2#9EEAC9
3#A3E6C9
4#A8E1C8
5#ADDCC8
6#B1D7C7
7#B6D3C6
8#BBCEC6
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4CB | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEAF | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A2D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF8;
--sky-blue-100: #DFFCEF;
--sky-blue-200: #C3F9E1;
--sky-blue-300: #95F4CB;
--sky-blue-400: #5DEEAF;
--sky-blue-500: #2FE999;
--sky-blue-600: #15CB7C;
--sky-blue-700: #11A263;
--sky-blue-800: #0C7347;
--sky-blue-900: #084A2D;
--sky-blue-950: #052E1C;
}