Sky Blue
#3BD0DE
CyanColor Codes
All color formats for development
HEX
#3BD0DERGB
rgb(59, 208, 222)HSL
hsl(185, 71%, 55%)OKLCH
oklch(0.788 0.122 204.4)CMYK
cmyk(73%, 6%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25C9D8
2#21B3C0
3#1C9CA8
4#188690
5#147078
6#105960
7#0C4348
8#082D30
9#041618
Tints
Lighter variations
1#4ED5E1
2#62DAE4
3#76DEE8
4#89E3EB
5#9DE8EE
6#B1ECF2
7#C4F1F5
8#D8F6F8
9#EBFAFC
Tones
Muted variations
1#43C9D6
2#4BC3CD
3#53BCC5
4#5BB5BD
5#64AEB5
6#6CA7AD
7#74A1A5
8#7C9A9D
9#849394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F1 #C6F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7EE | BordersInactive statesPlaceholder text |
| 400 | 66DB #66DBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD0 #3BD0DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21B3 #21B3C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8E #1A8E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1265 #12656D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4146 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FA;
--sky-blue-200: #C6F1F5;
--sky-blue-300: #9BE7EE;
--sky-blue-400: #66DBE5;
--sky-blue-500: #3BD0DE;
--sky-blue-600: #21B3C0;
--sky-blue-700: #1A8E99;
--sky-blue-800: #12656D;
--sky-blue-900: #0C4146;
--sky-blue-950: #07292C;
}