Sky Blue
#5BF1C6
GreenColor Codes
All color formats for development
HEX
#5BF1C6RGB
rgb(91, 241, 198)HSL
hsl(163, 84%, 65%)OKLCH
oklch(0.867 0.142 170.6)CMYK
cmyk(62%, 0%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3CEEBC
2#1EEBB1
3#13D59E
4#10B788
5#0D9871
6#0B7A5A
7#085B44
8#053D2D
9#031E17
Tints
Lighter variations
1#6BF2CC
2#7CF4D2
3#8CF5D7
4#9CF6DD
5#ADF8E3
6#BDF9E8
7#CEFBEE
8#DEFCF4
9#EFFEF9
Tones
Muted variations
1#62E9C3
2#6AE2C0
3#71DABC
4#79D3B9
5#80CBB6
6#88C4B3
7#8FBCAF
8#97B5AC
9#9EADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DA | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA47A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B38 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF4;
--sky-blue-200: #C2FAEA;
--sky-blue-300: #93F6DA;
--sky-blue-400: #5BF1C6;
--sky-blue-500: #2CEDB6;
--sky-blue-600: #12CE99;
--sky-blue-700: #0EA47A;
--sky-blue-800: #0A7557;
--sky-blue-900: #074B38;
--sky-blue-950: #042F23;
}