Sky Blue
#3BDED0
CyanColor Codes
All color formats for development
HEX
#3BDED0RGB
rgb(59, 222, 208)HSL
hsl(175, 71%, 55%)OKLCH
oklch(0.817 0.131 186.3)CMYK
cmyk(73%, 0%, 6%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D8C9
2#21C0B3
3#1CA89C
4#189086
5#147870
6#106059
7#0C4843
8#08302D
9#041816
Tints
Lighter variations
1#4EE1D5
2#62E4DA
3#76E8DE
4#89EBE3
5#9DEEE8
6#B1F2EC
7#C4F5F1
8#D8F8F6
9#EBFCFA
Tones
Muted variations
1#43D6C9
2#4BCDC3
3#53C5BC
4#5BBDB5
5#64B5AE
6#6CADA7
7#74A5A1
8#7C9D9A
9#849493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE7 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5DB | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF8;
--sky-blue-200: #C6F5F1;
--sky-blue-300: #9BEEE7;
--sky-blue-400: #66E5DB;
--sky-blue-500: #3BDED0;
--sky-blue-600: #21C0B3;
--sky-blue-700: #1A998E;
--sky-blue-800: #126D65;
--sky-blue-900: #0C4641;
--sky-blue-950: #072C29;
}