Teal
#0F92A3
CyanColor Codes
All color formats for development
HEX
#0F92A3RGB
rgb(15, 146, 163)HSL
hsl(187, 83%, 35%)OKLCH
oklch(0.605 0.102 209.5)CMYK
cmyk(91%, 10%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E8393
2#0C7583
3#0B6672
4#095862
5#084952
6#063A41
7#052C31
8#031D21
9#020F10
Tints
Lighter variations
1#12ADC2
2#15C8E0
3#2BD5EB
4#49DBEE
5#67E1F1
6#86E7F4
7#A4EDF7
8#C2F3F9
9#E1F9FC
Tones
Muted variations
1#178C9C
2#1E8795
3#25818D
4#2D7B86
5#34767E
6#3C7077
7#436A6F
8#4A6568
9#525F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EA #94EAF5 | BordersInactive statesPlaceholder text |
| 400 | 5CDF #5CDFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD5 #2DD5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B8 #13B8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F92 #0F92A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF9FC;
--teal-200: #C2F3F9;
--teal-300: #94EAF5;
--teal-400: #5CDFF0;
--teal-500: #2DD5EB;
--teal-600: #13B8CD;
--teal-700: #0F92A3;
--teal-800: #0B6875;
--teal-900: #07434B;
--teal-950: #042A2F;
}