Sky Blue
#3BDECB
CyanColor Codes
All color formats for development
HEX
#3BDECBRGB
rgb(59, 222, 203)HSL
hsl(173, 71%, 55%)OKLCH
oklch(0.815 0.133 183.3)CMYK
cmyk(73%, 0%, 9%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D8C3
2#21C0AD
3#1CA898
4#189082
5#14786C
6#106057
7#0C4841
8#08302B
9#041816
Tints
Lighter variations
1#4EE1D0
2#62E4D5
3#76E8DA
4#89EBE0
5#9DEEE5
6#B1F2EA
7#C4F5EF
8#D8F8F5
9#EBFCFA
Tones
Muted variations
1#43D6C4
2#4BCDBE
3#53C5B8
4#5BBDB2
5#64B5AB
6#6CADA5
7#74A59F
8#7C9D99
9#849492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDECB | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF7;
--sky-blue-200: #C6F5F0;
--sky-blue-300: #9BEEE4;
--sky-blue-400: #66E5D6;
--sky-blue-500: #3BDECB;
--sky-blue-600: #21C0AD;
--sky-blue-700: #1A998A;
--sky-blue-800: #126D62;
--sky-blue-900: #0C463F;
--sky-blue-950: #072C27;
}