Sky Blue
#5DD6EE
CyanColor Codes
All color formats for development
HEX
#5DD6EERGB
rgb(93, 214, 238)HSL
hsl(190, 81%, 65%)OKLCH
oklch(0.817 0.112 212.8)CMYK
cmyk(61%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FCEEB
2#21C7E8
3#16B3D2
4#1399B4
5#108096
6#0D6678
7#094D5A
8#06333C
9#031A1E
Tints
Lighter variations
1#6EDAF0
2#7EDEF1
3#8EE2F3
4#9EE6F5
5#AEEAF7
6#BEEFF8
7#CFF3FA
8#DFF7FC
9#EFFBFD
Tones
Muted variations
1#65D1E7
2#6CCCE0
3#73C7D8
4#7AC3D1
5#82BECA
6#89B9C3
7#90B4BB
8#97AFB4
9#9FABAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DD6 #5DD6EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FCA #2FCAE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15AD #15ADCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1189 #1189A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C62 #0C6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FBFE;
--sky-blue-100: #DFF7FC;
--sky-blue-200: #C3F0F9;
--sky-blue-300: #95E4F4;
--sky-blue-400: #5DD6EE;
--sky-blue-500: #2FCAE9;
--sky-blue-600: #15ADCB;
--sky-blue-700: #1189A2;
--sky-blue-800: #0C6273;
--sky-blue-900: #083F4A;
--sky-blue-950: #05272E;
}