Sky Blue
#3BD8DE
CyanColor Codes
All color formats for development
HEX
#3BD8DERGB
rgb(59, 216, 222)HSL
hsl(182, 71%, 55%)OKLCH
oklch(0.807 0.125 198.9)CMYK
cmyk(73%, 3%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25D2D8
2#21BBC0
3#1CA3A8
4#188C90
5#147578
6#105D60
7#0C4648
8#082F30
9#041718
Tints
Lighter variations
1#4EDCE1
2#62E0E4
3#76E4E8
4#89E8EB
5#9DECEE
6#B1F0F2
7#C4F3F5
8#D8F7F8
9#EBFBFC
Tones
Muted variations
1#43D1D6
2#4BC9CD
3#53C1C5
4#5BBABD
5#64B2B5
6#6CABAD
7#74A3A5
8#7C9B9D
9#849494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEB #9BEBEE | BordersInactive statesPlaceholder text |
| 400 | 66E1 #66E1E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD8 #3BD8DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21BB #21BBC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A94 #1A9499 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126A #126A6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C44 #0C4446 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F9FA;
--sky-blue-200: #C6F4F5;
--sky-blue-300: #9BEBEE;
--sky-blue-400: #66E1E5;
--sky-blue-500: #3BD8DE;
--sky-blue-600: #21BBC0;
--sky-blue-700: #1A9499;
--sky-blue-800: #126A6D;
--sky-blue-900: #0C4446;
--sky-blue-950: #072A2C;
}