Sky Blue
#3FCFD9
CyanColor Codes
All color formats for development
HEX
#3FCFD9RGB
rgb(63, 207, 217)HSL
hsl(184, 67%, 55%)OKLCH
oklch(0.784 0.119 201.9)CMYK
cmyk(71%, 5%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2AC8D3
2#25B1BB
3#209BA4
4#1C858D
5#176F75
6#13595E
7#0E4346
8#092C2F
9#051617
Tints
Lighter variations
1#53D4DD
2#66D9E1
3#79DDE4
4#8CE2E8
5#9FE7EC
6#B2ECF0
7#C6F1F4
8#D9F5F7
9#ECFAFB
Tones
Muted variations
1#47C8D1
2#4FC2CA
3#56BBC2
4#5EB4BA
5#66AEB3
6#6DA7AB
7#75A0A3
8#7D9A9C
9#859394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DE6 #9DE6EC | BordersInactive statesPlaceholder text |
| 400 | 6ADA #6ADAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FCF #3FCFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25B1 #25B1BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8D #1D8D95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1565 #15656A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4044 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F8F9;
--sky-blue-200: #C8F1F4;
--sky-blue-300: #9DE6EC;
--sky-blue-400: #6ADAE2;
--sky-blue-500: #3FCFD9;
--sky-blue-600: #25B1BB;
--sky-blue-700: #1D8D95;
--sky-blue-800: #15656A;
--sky-blue-900: #0D4044;
--sky-blue-950: #08282B;
}